Html Css Color HEX #04702D Crusoe

📋 copy color: '#04702D'

red 4 ◦ green 112 ◦ blue 45

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

Shades of Crusoe #04702D

Tints of Crusoe #04702D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.95%

R = 2.48%
G = 69.57%
B = 27.95%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#04702D (or 0x04702D) is known color: Crusoe. HEX triplet: 04, 70 and 2D. RGB value is (4,112,45). Sum of RGB (Red+Green+Blue) = 4+112+45=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 112 (44.14% from 255 or 69.57% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 112 - color contains mainly: green. Hex color #04702D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04702D is #FB8FD2. Grayscale: #484848. Windows color (decimal): -16486355 or 2977796. OLE color: 2977796.

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

Color convert

RGB 4 112 45 -
CMYK 0.96 0 0.60 0.56
HSL 142.78º 0.93% 0.23% -
HSV(B) 142.78º 0.96% 0.44% -
XYZ 6.32 11.8 4.43 -
YUV 72.07 112.72 79.45 -
System Red Green Blue C M Y K H S L
Decimal 4 112 45 0.96 0 0.60 0.56 142.78 0.93 0.23
Hex 4 70 2D 60 0 3C 38 8F 5D 17
Octal 4 160 55 140 0 74 70 217 135 27
Binary 100 1110000 101101 1100000 0 111100 111000 10001111 1011101 10111

Color Harmonies of #04702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04702D

Black with #04702D

Text Example


Text Example

White with #04702D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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