Html Css Color HEX #04741F Crusoe

📋 copy color: '#04741F'

red 4 ◦ green 116 ◦ blue 31

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

Shades of Crusoe #04741F

Tints of Crusoe #04741F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 76.82%

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

R = 2.65%
G = 76.82%
B = 20.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#04741F (or 0x04741F) is known color: Crusoe. HEX triplet: 04, 74 and 1F. RGB value is (4,116,31). Sum of RGB (Red+Green+Blue) = 4+116+31=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 116 (45.70% from 255 or 76.82% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 116 - color contains mainly: green. Hex color #04741F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04741F is #FB8BE0. Grayscale: #494949. Windows color (decimal): -16485345 or 2061316. OLE color: 2061316.

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

Color convert

RGB 4 116 31 -
CMYK 0.97 0 0.73 0.55
HSL 134.46º 0.93% 0.24% -
HSV(B) 134.46º 0.97% 0.45% -
XYZ 6.54 12.62 3.39 -
YUV 72.82 104.39 78.91 -
System Red Green Blue C M Y K H S L
Decimal 4 116 31 0.97 0 0.73 0.55 134.46 0.93 0.24
Hex 4 74 1F 61 0 49 37 86 5D 18
Octal 4 164 37 141 0 111 67 206 135 30
Binary 100 1110100 11111 1100001 0 1001001 110111 10000110 1011101 11000

Color Harmonies of #04741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04741F

Black with #04741F

Text Example


Text Example

White with #04741F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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