#00611E

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

Shades of Crusoe #00611E

Tints of Crusoe #00611E

Color information

#00611E (or 0x00611E) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 1E. RGB value is (0,97,30). Sum of RGB (Red+Green+Blue) = 0+97+30=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #00611E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611E is #FF9EE1. Grayscale: #3C3C3C. Windows color (decimal): -16752354 or 1990912. OLE color: 1990912.

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

Color convert

RGB09730-
CMYK100.690.62
HSL138.56º100%19.02%-
HSV(B)138.56º100%38.04%-
XYZ4.518.642.66-
YUV60.36110.8684.95-

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) = 76.38%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=0%
G=76.38%
B=23.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09730100.690.62138.5610019.02
Hex0611E640453E8b6413
Octal01413614401057621314423
Binary011000011111011001000100010111111010001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00611E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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