#006924

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

Shades of Crusoe #006924

Tints of Crusoe #006924

Color information

#006924 (or 0x006924) is unknown color: approx Crusoe. HEX triplet: 00, 69 and 24. RGB value is (0,105,36). Sum of RGB (Red+Green+Blue) = 0+105+36=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #006924 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006924 is #FF96DB. Grayscale: #414141. Windows color (decimal): -16750300 or 2386176. OLE color: 2386176.

HSL color Cylindrical-coordinate representation of color #006924: hue angle of 140.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006924 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB010536-
CMYK100.660.59
HSL140.57º100%20.59%-
HSV(B)140.57º100%41.18%-
XYZ5.3710.233.36-
YUV65.74111.2181.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 105 (41.41% from 255) = 74.47%
BLUE value IS 36 (14.45% from 255) = 25.53%
R=0%
G=74.47%
B=25.53%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010536100.660.59140.5710020.59
Hex06924640423B8d6415
Octal01514414401027321514425
Binary0110100110010011001000100001011101110001101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006924; }

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

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

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

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

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

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

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

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