#00612F

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

Shades of Crusoe #00612F

Tints of Crusoe #00612F

Color information

#00612F (or 0x00612F) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 2F. RGB value is (0,97,47). Sum of RGB (Red+Green+Blue) = 0+97+47=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #00612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00612F is #FF9ED0. Grayscale: #3E3E3E. Windows color (decimal): -16752337 or 3105024. OLE color: 3105024.

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

Color convert

RGB09747-
CMYK100.520.62
HSL149.07º100%19.02%-
HSV(B)149.07º100%38.04%-
XYZ4.798.754.13-
YUV62.3119.3683.57-

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) = 67.36%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=0%
G=67.36%
B=32.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09747100.520.62149.0710019.02
Hex0612F640343E956413
Octal0141571440647622514423
Binary011000011011111100100011010011111010010101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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