#006215

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

Shades of Crusoe #006215

Tints of Crusoe #006215

Color information

#006215 (or 0x006215) is unknown color: approx Crusoe. HEX triplet: 00, 62 and 15. RGB value is (0,98,21). Sum of RGB (Red+Green+Blue) = 0+98+21=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 98 (38.67% from 255 or 82.35% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 98 - color contains mainly: green. Hex color #006215 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006215 is #FF9DEA. Grayscale: #3C3C3C. Windows color (decimal): -16752107 or 1401344. OLE color: 1401344.

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

Color convert

RGB09821-
CMYK100.790.62
HSL132.86º100%19.22%-
HSV(B)132.86º100%38.43%-
XYZ4.58.792.17-
YUV59.92106.0385.26-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 98 (38.67% from 255) = 82.35%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=0%
G=82.35%
B=17.65%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09821100.790.62132.8610019.22
Hex062156404F3E856413
Octal01422514401177620514423
Binary011000101010111001000100111111111010000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006215; }

 p { color: rgb(0,98,21); }

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

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

 a { background-color: rgb(0,98,21); }

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

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

 span { border-color: rgb(0,98,21); }

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