#006316

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

Shades of Crusoe #006316

Tints of Crusoe #006316

Color information

#006316 (or 0x006316) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 16. RGB value is (0,99,22). Sum of RGB (Red+Green+Blue) = 0+99+22=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 99 (39.06% from 255 or 81.82% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 99 - color contains mainly: green. Hex color #006316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006316 is #FF9CE9. Grayscale: #3C3C3C. Windows color (decimal): -16751850 or 1467136. OLE color: 1467136.

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

Color convert

RGB09922-
CMYK100.780.61
HSL133.33º100%19.41%-
HSV(B)133.33º100%38.82%-
XYZ4.618.982.25-
YUV60.62106.284.76-

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) = 81.82%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=0%
G=81.82%
B=18.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09922100.780.61133.3310019.41
Hex063166404E3D856413
Octal01432614401167520514423
Binary011000111011011001000100111011110110000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006316; }

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

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

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

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

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

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

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

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