Html Css Color HEX #04701D Crusoe

📋 copy color: '#04701D'

red 4 ◦ green 112 ◦ blue 29

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

Shades of Crusoe #04701D

Tints of Crusoe #04701D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20%

R = 2.76%
G = 77.24%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#04701D (or 0x04701D) is known color: Crusoe. HEX triplet: 04, 70 and 1D. RGB value is (4,112,29). Sum of RGB (Red+Green+Blue) = 4+112+29=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #04701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04701D is #FB8FE2. Grayscale: #464646. Windows color (decimal): -16486371 or 1929220. OLE color: 1929220.

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

Color convert

RGB 4 112 29 -
CMYK 0.96 0 0.74 0.56
HSL 133.89º 0.93% 0.23% -
HSV(B) 133.89º 0.96% 0.44% -
XYZ 6.07 11.7 3.1 -
YUV 70.25 104.72 80.75 -
System Red Green Blue C M Y K H S L
Decimal 4 112 29 0.96 0 0.74 0.56 133.89 0.93 0.23
Hex 4 70 1D 60 0 4A 38 86 5D 17
Octal 4 160 35 140 0 112 70 206 135 27
Binary 100 1110000 11101 1100000 0 1001010 111000 10000110 1011101 10111

Color Harmonies of #04701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04701D

Black with #04701D

Text Example


Text Example

White with #04701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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