#00611A

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

Shades of Crusoe #00611A

Tints of Crusoe #00611A

Color information

#00611A (or 0x00611A) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 1A. RGB value is (0,97,26). Sum of RGB (Red+Green+Blue) = 0+97+26=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #00611A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611A is #FF9EE5. Grayscale: #3C3C3C. Windows color (decimal): -16752358 or 1728768. OLE color: 1728768.

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

Color convert

RGB09726-
CMYK100.730.62
HSL136.08º100%19.02%-
HSV(B)136.08º100%38.04%-
XYZ4.468.622.41-
YUV59.9108.8685.27-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 97 (38.28% from 255) = 78.86%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=0%
G=78.86%
B=21.14%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09726100.730.62136.0810019.02
Hex0611A640493E886413
Octal01413214401117621014423
Binary011000011101011001000100100111111010001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00611A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00611A; }

 p { color: rgb(0,97,26); }

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

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

 a { background-color: rgb(0,97,26); }

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

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

 span { border-color: rgb(0,97,26); }

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