#006124

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

Shades of Crusoe #006124

Tints of Crusoe #006124

Color information

#006124 (or 0x006124) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 24. RGB value is (0,97,36). Sum of RGB (Red+Green+Blue) = 0+97+36=133 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 133); Green value is 97 (38.28% from 255 or 72.93% from 133); Blue value is 36 (14.45% from 255 or 27.07% from 133); Max value from RGB is 97 - color contains mainly: green. Hex color #006124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006124 is #FF9EDB. Grayscale: #3D3D3D. Windows color (decimal): -16752348 or 2384128. OLE color: 2384128.

HSL color Cylindrical-coordinate representation of color #006124: hue angle of 142.27º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006124 is Cyan = 1, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB09736-
CMYK100.630.62
HSL142.27º100%19.02%-
HSV(B)142.27º100%38.04%-
XYZ4.598.683.1-
YUV61.04113.8684.46-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 72.93%
BLUE value IS 36 (14.45% from 255) = 27.07%
R=0%
G=72.93%
B=27.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09736100.630.62142.2710019.02
Hex061246403F3E8e6413
Octal0141441440777621614423
Binary011000011001001100100011111111111010001110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006124; }

 p { color: rgb(0,97,36); }

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

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

 a { background-color: rgb(0,97,36); }

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

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

 span { border-color: rgb(0,97,36); }

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