#124832

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

Shades of Sherwood Green #124832

Tints of Sherwood Green #124832

Color information

#124832 (or 0x124832) is unknown color: approx Sherwood Green. HEX triplet: 12, 48 and 32. RGB value is (18,72,50). Sum of RGB (Red+Green+Blue) = 18+72+50=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 72 (28.52% from 255 or 51.43% from 140); Blue value is 50 (19.92% from 255 or 35.71% from 140); Max value from RGB is 72 - color contains mainly: green. Hex color #124832 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #124832 is #EDB7CD. Grayscale: #353535. Windows color (decimal): -15579086 or 3295250. OLE color: 3295250.

HSL color Cylindrical-coordinate representation of color #124832: hue angle of 155.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124832 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB187250-
CMYK0.7500.310.72
HSL155.56º60%17.65%-
HSV(B)155.56º75%28.24%-
XYZ3.144.993.82-
YUV53.35126.11102.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 72 (28.52% from 255) = 51.43%
BLUE value IS 50 (19.92% from 255) = 35.71%
R=12.86%
G=51.43%
B=35.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872500.7500.310.72155.566017.65
Hex1248324B01F489c3c12
Octal22110621130371102347422
Binary100101001000110010100101101111110010001001110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124832; }

 p { color: rgb(18,72,50); }

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

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

 a { background-color: rgb(18,72,50); }

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

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

 span { border-color: rgb(18,72,50); }

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