#185442

Color #185442 Sherwood Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherwood Green #185442

Tints of Sherwood Green #185442

Color information

#185442 (or 0x185442) is unknown color: approx Sherwood Green. HEX triplet: 18, 54 and 42. RGB value is (24,84,66). Sum of RGB (Red+Green+Blue) = 24+84+66=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #185442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185442 is #E7ABBD. Grayscale: #404040. Windows color (decimal): -15182782 or 4346904. OLE color: 4346904.

HSL color Cylindrical-coordinate representation of color #185442: hue angle of 162º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185442 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.67.

Color convert

RGB248466-
CMYK0.7100.210.67
HSL162º55.56%21.18%-
HSV(B)162º71.43%32.94%-
XYZ4.536.936.25-
YUV64.01129.1299.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=13.79%
G=48.28%
B=37.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484660.7100.210.6716255.5621.18
Hex1854424701543a23815
Octal301241021070251032427025
Binary1100010101001000010100011101010110000111010001011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185442; }

 p { color: rgb(24,84,66); }

 H1.HeaderClassName
 {
   color: #185442;
 }
 .AnyTagClassName
 {
   color: #185442;
 }
</style>
background-color css

<style>
 a { background-color: #185442; }

 a { background-color: rgb(24,84,66); }

 div.DivClassName
 {
   background-color: #185442;
 }
 .BgClassName
 {
   background-color: #185442;
 }
</style>
border-color css

<style>
 span { border-color: #185442; }

 span { border-color: rgb(24,84,66); }

 td.TdClassName
 {
   border-color: #185442;
 }
 .TagClassName
 {
   border-color: #185442;
 }
</style>