Html Css Color HEX #04702C Crusoe

📋 copy color: '#04702C'

red 4 ◦ green 112 ◦ blue 44

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

Shades of Crusoe #04702C

Tints of Crusoe #04702C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 70%

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

R = 2.5%
G = 70%
B = 27.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#04702C (or 0x04702C) is known color: Crusoe. HEX triplet: 04, 70 and 2C. RGB value is (4,112,44). Sum of RGB (Red+Green+Blue) = 4+112+44=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 112 (44.14% from 255 or 70% from 160); Blue value is 44 (17.58% from 255 or 27.5% from 160); Max value from RGB is 112 - color contains mainly: green. Hex color #04702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04702C is #FB8FD3. Grayscale: #484848. Windows color (decimal): -16486356 or 2912260. OLE color: 2912260.

HSL color Cylindrical-coordinate representation of color #04702C: hue angle of 142.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04702C is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 44 -
CMYK 0.96 0 0.61 0.56
HSL 142.22º 0.93% 0.23% -
HSV(B) 142.22º 0.96% 0.44% -
XYZ 6.3 11.8 4.33 -
YUV 71.96 112.22 79.53 -
System Red Green Blue C M Y K H S L
Decimal 4 112 44 0.96 0 0.61 0.56 142.22 0.93 0.23
Hex 4 70 2C 60 0 3D 38 8E 5D 17
Octal 4 160 54 140 0 75 70 216 135 27
Binary 100 1110000 101100 1100000 0 111101 111000 10001110 1011101 10111

Color Harmonies of #04702C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04702C

Black with #04702C

Text Example


Text Example

White with #04702C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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