Html Css Color HEX #04711F Crusoe

📋 copy color: '#04711F'

red 4 ◦ green 113 ◦ blue 31

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

Shades of Crusoe #04711F

Tints of Crusoe #04711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.35%

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

R = 2.7%
G = 76.35%
B = 20.95%

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

#04711F (or 0x04711F) is known color: Crusoe. HEX triplet: 04, 71 and 1F. RGB value is (4,113,31). Sum of RGB (Red+Green+Blue) = 4+113+31=148 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.70% from 148); Green value is 113 (44.53% from 255 or 76.35% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 113 - color contains mainly: green. Hex color #04711F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04711F is #FB8EE0. Grayscale: #474747. Windows color (decimal): -16486113 or 2060548. OLE color: 2060548.

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

Color convert

RGB 4 113 31 -
CMYK 0.96 0 0.73 0.56
HSL 134.86º 0.93% 0.23% -
HSV(B) 134.86º 0.96% 0.44% -
XYZ 6.2 11.94 3.27 -
YUV 71.06 105.39 80.17 -
System Red Green Blue C M Y K H S L
Decimal 4 113 31 0.96 0 0.73 0.56 134.86 0.93 0.23
Hex 4 71 1F 60 0 49 38 87 5D 17
Octal 4 161 37 140 0 111 70 207 135 27
Binary 100 1110001 11111 1100000 0 1001001 111000 10000111 1011101 10111

Color Harmonies of #04711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04711F

Black with #04711F

Text Example


Text Example

White with #04711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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