Html Css Color HEX #04701E Crusoe

📋 copy color: '#04701E'

red 4 ◦ green 112 ◦ blue 30

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

Shades of Crusoe #04701E

Tints of Crusoe #04701E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 20.55%

R = 2.74%
G = 76.71%
B = 20.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#04701E (or 0x04701E) is known color: Crusoe. HEX triplet: 04, 70 and 1E. RGB value is (4,112,30). Sum of RGB (Red+Green+Blue) = 4+112+30=146 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.74% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 30 (12.11% from 255 or 20.55% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #04701E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701E is #FB8FE1. Grayscale: #464646. Windows color (decimal): -16486370 or 1994756. OLE color: 1994756.

HSL color Cylindrical-coordinate representation of color #04701E: hue angle of 134.44º 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 #04701E is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 30 -
CMYK 0.96 0 0.73 0.56
HSL 134.44º 0.93% 0.23% -
HSV(B) 134.44º 0.96% 0.44% -
XYZ 6.08 11.71 3.17 -
YUV 70.36 105.22 80.67 -
System Red Green Blue C M Y K H S L
Decimal 4 112 30 0.96 0 0.73 0.56 134.44 0.93 0.23
Hex 4 70 1E 60 0 49 38 86 5D 17
Octal 4 160 36 140 0 111 70 206 135 27
Binary 100 1110000 11110 1100000 0 1001001 111000 10000110 1011101 10111

Color Harmonies of #04701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04701E

Black with #04701E

Text Example


Text Example

White with #04701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04701E; }

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

 H1.HeaderClassName
 {
   color: #04701E;
 }
 .AnyTagClassName
 {
   color: #04701E;
 }
</style>

background-color css

<style>
 a { background-color: #04701E; }

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

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

border-color css

<style>
 span { border-color: #04701E; }

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

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