#00611F

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

Shades of Crusoe #00611F

Tints of Crusoe #00611F

Color information

#00611F (or 0x00611F) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 1F. RGB value is (0,97,31). Sum of RGB (Red+Green+Blue) = 0+97+31=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 97 (38.28% from 255 or 75.78% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 97 - color contains mainly: green. Hex color #00611F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00611F is #FF9EE0. Grayscale: #3C3C3C. Windows color (decimal): -16752353 or 2056448. OLE color: 2056448.

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

Color convert

RGB09731-
CMYK100.680.62
HSL139.18º100%19.02%-
HSV(B)139.18º100%38.04%-
XYZ4.528.652.73-
YUV60.47111.3684.87-

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) = 75.78%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=0%
G=75.78%
B=24.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09731100.680.62139.1810019.02
Hex0611F640443E8b6413
Octal01413714401047621314423
Binary011000011111111001000100010011111010001011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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