Html Css Color HEX #04721F Crusoe

📋 copy color: '#04721F'

red 4 ◦ green 114 ◦ blue 31

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

Shades of Crusoe #04721F

Tints of Crusoe #04721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 76.51%

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

R = 2.68%
G = 76.51%
B = 20.81%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#04721F (or 0x04721F) is known color: Crusoe. HEX triplet: 04, 72 and 1F. RGB value is (4,114,31). Sum of RGB (Red+Green+Blue) = 4+114+31=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 114 (44.92% from 255 or 76.51% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 114 - color contains mainly: green. Hex color #04721F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04721F is #FB8DE0. Grayscale: #474747. Windows color (decimal): -16485857 or 2060804. OLE color: 2060804.

HSL color Cylindrical-coordinate representation of color #04721F: hue angle of 134.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04721F is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 31 -
CMYK 0.96 0 0.73 0.55
HSL 134.73º 0.93% 0.23% -
HSV(B) 134.73º 0.96% 0.45% -
XYZ 6.31 12.16 3.31 -
YUV 71.65 105.06 79.75 -
System Red Green Blue C M Y K H S L
Decimal 4 114 31 0.96 0 0.73 0.55 134.73 0.93 0.23
Hex 4 72 1F 60 0 49 37 87 5D 17
Octal 4 162 37 140 0 111 67 207 135 27
Binary 100 1110010 11111 1100000 0 1001001 110111 10000111 1011101 10111

Color Harmonies of #04721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04721F

Black with #04721F

Text Example


Text Example

White with #04721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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