#006315

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

Shades of Crusoe #006315

Tints of Crusoe #006315

Color information

#006315 (or 0x006315) is unknown color: approx Crusoe. HEX triplet: 00, 63 and 15. RGB value is (0,99,21). Sum of RGB (Red+Green+Blue) = 0+99+21=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 21 (8.59% from 255 or 17.5% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #006315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006315 is #FF9CEA. Grayscale: #3C3C3C. Windows color (decimal): -16751851 or 1401600. OLE color: 1401600.

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

Color convert

RGB09921-
CMYK100.790.61
HSL132.73º100%19.41%-
HSV(B)132.73º100%38.82%-
XYZ4.68.982.2-
YUV60.51105.784.84-

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) = 82.5%
BLUE value IS 21 (8.59% from 255) = 17.5%
R=0%
G=82.5%
B=17.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal09921100.790.61132.7310019.41
Hex063156404F3D856413
Octal01432514401177520514423
Binary011000111010111001000100111111110110000101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006315; }

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

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

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

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

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

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

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

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