Html Css Color HEX #04722A Crusoe

📋 copy color: '#04722A'

red 4 ◦ green 114 ◦ blue 42

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

Shades of Crusoe #04722A

Tints of Crusoe #04722A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 26.25%

R = 2.5%
G = 71.25%
B = 26.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#04722A (or 0x04722A) is known color: Crusoe. HEX triplet: 04, 72 and 2A. RGB value is (4,114,42). Sum of RGB (Red+Green+Blue) = 4+114+42=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 114 (44.92% from 255 or 71.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 114 - color contains mainly: green. Hex color #04722A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04722A is #FB8DD5. Grayscale: #494949. Windows color (decimal): -16485846 or 2781700. OLE color: 2781700.

HSL color Cylindrical-coordinate representation of color #04722A: hue angle of 140.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 #04722A is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 4 114 42 -
CMYK 0.96 0 0.63 0.55
HSL 140.73º 0.93% 0.23% -
HSV(B) 140.73º 0.96% 0.45% -
XYZ 6.49 12.23 4.21 -
YUV 72.9 110.56 78.85 -
System Red Green Blue C M Y K H S L
Decimal 4 114 42 0.96 0 0.63 0.55 140.73 0.93 0.23
Hex 4 72 2A 60 0 3F 37 8D 5D 17
Octal 4 162 52 140 0 77 67 215 135 27
Binary 100 1110010 101010 1100000 0 111111 110111 10001101 1011101 10111

Color Harmonies of #04722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04722A

Black with #04722A

Text Example


Text Example

White with #04722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04722A; }

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

 H1.HeaderClassName
 {
   color: #04722A;
 }
 .AnyTagClassName
 {
   color: #04722A;
 }
</style>

background-color css

<style>
 a { background-color: #04722A; }

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

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

border-color css

<style>
 span { border-color: #04722A; }

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

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