#00612B

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

Shades of Crusoe #00612B

Tints of Crusoe #00612B

Color information

#00612B (or 0x00612B) is unknown color: approx Crusoe. HEX triplet: 00, 61 and 2B. RGB value is (0,97,43). Sum of RGB (Red+Green+Blue) = 0+97+43=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 97 (38.28% from 255 or 69.29% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 97 - color contains mainly: green. Hex color #00612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00612B is #FF9ED4. Grayscale: #3D3D3D. Windows color (decimal): -16752341 or 2842880. OLE color: 2842880.

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

Color convert

RGB09743-
CMYK100.560.62
HSL146.6º100%19.02%-
HSV(B)146.6º100%38.04%-
XYZ4.718.723.72-
YUV61.84117.3683.89-

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) = 69.29%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=0%
G=69.29%
B=30.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal09743100.560.62146.610019.02
Hex0612B640383E936413
Octal0141531440707622314423
Binary011000011010111100100011100011111010010011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00612B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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