Html Css Color HEX #04612C Crusoe

📋 copy color: '#04612C'

red 4 ◦ green 97 ◦ blue 44

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

Shades of Crusoe #04612C

Tints of Crusoe #04612C

RGB

 RED value IS 4 (1.95% from 255) = 2.76%

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

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

R = 2.76%
G = 66.9%
B = 30.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#04612C (or 0x04612C) is known color: Crusoe. HEX triplet: 04, 61 and 2C. RGB value is (4,97,44). Sum of RGB (Red+Green+Blue) = 4+97+44=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 97 (38.28% from 255 or 66.90% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 97 - color contains mainly: green. Hex color #04612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04612C is #FB9ED3. Grayscale: #3F3F3F. Windows color (decimal): -16490196 or 2908420. OLE color: 2908420.

HSL color Cylindrical-coordinate representation of color #04612C: hue angle of 145.81º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04612C is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 97 44 -
CMYK 0.96 0 0.55 0.62
HSL 145.81º 0.92% 0.2% -
HSV(B) 145.81º 0.96% 0.38% -
XYZ 4.78 8.76 3.82 -
YUV 63.15 117.19 85.81 -
System Red Green Blue C M Y K H S L
Decimal 4 97 44 0.96 0 0.55 0.62 145.81 0.92 0.2
Hex 4 61 2C 60 0 37 3E 92 5C 14
Octal 4 141 54 140 0 67 76 222 134 24
Binary 100 1100001 101100 1100000 0 110111 111110 10010010 1011100 10100

Color Harmonies of #04612C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04612C

Black with #04612C

Text Example


Text Example

White with #04612C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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