Html Css Color HEX #04702B Crusoe

📋 copy color: '#04702B'

red 4 ◦ green 112 ◦ blue 43

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

Shades of Crusoe #04702B

Tints of Crusoe #04702B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.04%

R = 2.52%
G = 70.44%
B = 27.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#04702B (or 0x04702B) is known color: Crusoe. HEX triplet: 04, 70 and 2B. RGB value is (4,112,43). Sum of RGB (Red+Green+Blue) = 4+112+43=159 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.52% from 159); Green value is 112 (44.14% from 255 or 70.44% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 112 - color contains mainly: green. Hex color #04702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04702B is #FB8FD4. Grayscale: #484848. Windows color (decimal): -16486357 or 2846724. OLE color: 2846724.

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

Color convert

RGB 4 112 43 -
CMYK 0.96 0 0.62 0.56
HSL 141.67º 0.93% 0.23% -
HSV(B) 141.67º 0.96% 0.44% -
XYZ 6.28 11.79 4.23 -
YUV 71.84 111.72 79.61 -
System Red Green Blue C M Y K H S L
Decimal 4 112 43 0.96 0 0.62 0.56 141.67 0.93 0.23
Hex 4 70 2B 60 0 3E 38 8E 5D 17
Octal 4 160 53 140 0 76 70 216 135 27
Binary 100 1110000 101011 1100000 0 111110 111000 10001110 1011101 10111

Color Harmonies of #04702B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04702B

Black with #04702B

Text Example


Text Example

White with #04702B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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