#124E21

Color #124E21 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #124E21

Tints of Crusoe #124E21

Color information

#124E21 (or 0x124E21) is unknown color: approx Crusoe. HEX triplet: 12, 4E and 21. RGB value is (18,78,33). Sum of RGB (Red+Green+Blue) = 18+78+33=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 78 (30.86% from 255 or 60.47% from 129); Blue value is 33 (13.28% from 255 or 25.58% from 129); Max value from RGB is 78 - color contains mainly: green. Hex color #124E21 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #124E21 is #EDB1DE. Grayscale: #373737. Windows color (decimal): -15577567 or 2182674. OLE color: 2182674.

HSL color Cylindrical-coordinate representation of color #124E21: hue angle of 135º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #124E21 is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.69.

Color convert

RGB187833-
CMYK0.7700.580.69
HSL135º62.5%18.82%-
HSV(B)135º76.92%30.59%-
XYZ3.255.692.37-
YUV54.93115.62101.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.95%
GREEN value IS 78 (30.86% from 255) = 60.47%
BLUE value IS 33 (13.28% from 255) = 25.58%
R=13.95%
G=60.47%
B=25.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1878330.7700.580.6913562.518.82
Hex124E214D03A45873e13
Octal22116411150721052077623
Binary1001010011101000011001101011101010001011000011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124E21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124E21; }

 p { color: rgb(18,78,33); }

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

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

 a { background-color: rgb(18,78,33); }

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

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

 span { border-color: rgb(18,78,33); }

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