Html Css Color HEX #04701F Crusoe

📋 copy color: '#04701F'

red 4 ◦ green 112 ◦ blue 31

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

Shades of Crusoe #04701F

Tints of Crusoe #04701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 21.09%

R = 2.72%
G = 76.19%
B = 21.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#04701F (or 0x04701F) is known color: Crusoe. HEX triplet: 04, 70 and 1F. RGB value is (4,112,31). Sum of RGB (Red+Green+Blue) = 4+112+31=147 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.72% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #04701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701F is #FB8FE0. Grayscale: #464646. Windows color (decimal): -16486369 or 2060292. OLE color: 2060292.

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

Color convert

RGB 4 112 31 -
CMYK 0.96 0 0.72 0.56
HSL 135º 0.93% 0.23% -
HSV(B) 135º 0.96% 0.44% -
XYZ 6.09 11.71 3.24 -
YUV 70.47 105.72 80.59 -
System Red Green Blue C M Y K H S L
Decimal 4 112 31 0.96 0 0.72 0.56 135 0.93 0.23
Hex 4 70 1F 60 0 48 38 87 5D 17
Octal 4 160 37 140 0 110 70 207 135 27
Binary 100 1110000 11111 1100000 0 1001000 111000 10000111 1011101 10111

Color Harmonies of #04701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04701F

Black with #04701F

Text Example


Text Example

White with #04701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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