Html Css Color HEX #00612C Crusoe

📋 copy color: '#00612C'

red 0 ◦ green 97 ◦ blue 44

#00612C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crusoe #00612C

Tints of Crusoe #00612C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 97 (38.28% from 255) = 68.79%

 BLUE value IS 44 (17.58% from 255) = 31.21%

R = 0%
G = 68.79%
B = 31.21%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#00612C (or 0x00612C) is known color: Crusoe. HEX triplet: 00, 61 and 2C. RGB value is (0,97,44). Sum of RGB (Red+Green+Blue) = 0+97+44=141 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #00612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00612C is #FF9ED3. Grayscale: #3E3E3E. Windows color (decimal): -16752340 or 2908416. OLE color: 2908416.

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

Color convert

RGB 0 97 44 -
CMYK 1 0 0.55 0.62
HSL 147.22º 1% 0.19% -
HSV(B) 147.22º 1% 0.38% -
XYZ 4.73 8.73 3.82 -
YUV 61.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 0 97 44 1 0 0.55 0.62 147.22 1 0.19
Hex 0 61 2C 64 0 37 3E 93 64 13
Octal 0 141 54 144 0 67 76 223 144 23
Binary 0 1100001 101100 1100100 0 110111 111110 10010011 1100100 10011

Color Harmonies of #00612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00612C

Black with #00612C

Text Example


Text Example

White with #00612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00612C;
 }
 .AnyTagClassName
 {
   color: #00612C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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