#006324

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

Shades of Crusoe #006324

Tints of Crusoe #006324

Color information

#006324 (or 0x006324) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 24. RGB value is (0,99,36). Sum of RGB (Red+Green+Blue) = 0+99+36=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 36 (14.45% from 255 or 26.67% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #006324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006324 is #FF9CDB. Grayscale: #3E3E3E. Windows color (decimal): -16751836 or 2384640. OLE color: 2384640.

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

Color convert

RGB09936-
CMYK100.640.61
HSL141.82º100%19.41%-
HSV(B)141.82º100%38.82%-
XYZ4.789.053.16-
YUV62.22113.283.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 36 (14.45% from 255) = 26.67%
R=0%
G=73.33%
B=26.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09936100.640.61141.8210019.41
Hex06324640403D8e6413
Octal01434414401007521614423
Binary0110001110010011001000100000011110110001110110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006324; }

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

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

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

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

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

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

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

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