#006320

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

Shades of Crusoe #006320

Tints of Crusoe #006320

Color information

#006320 (or 0x006320) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 20. RGB value is (0,99,32). Sum of RGB (Red+Green+Blue) = 0+99+32=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 99 (39.06% from 255 or 75.57% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 99 - color contains mainly: green. Hex color #006320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006320 is #FF9CDF. Grayscale: #3D3D3D. Windows color (decimal): -16751840 or 2122496. OLE color: 2122496.

HSL color Cylindrical-coordinate representation of color #006320: hue angle of 139.39º 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 #006320 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB09932-
CMYK100.680.61
HSL139.39º100%19.41%-
HSV(B)139.39º100%38.82%-
XYZ4.729.032.86-
YUV61.76111.283.95-

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) = 75.57%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=0%
G=75.57%
B=24.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09932100.680.61139.3910019.41
Hex06320640443D8b6413
Octal01434014401047521314423
Binary0110001110000011001000100010011110110001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006320; }

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

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

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

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

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

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

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

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