Html Css Color HEX #04712B Crusoe

📋 copy color: '#04712B'

red 4 ◦ green 113 ◦ blue 43

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

Shades of Crusoe #04712B

Tints of Crusoe #04712B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 70.63%

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

R = 2.5%
G = 70.63%
B = 26.88%

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

#04712B (or 0x04712B) is known color: Crusoe. HEX triplet: 04, 71 and 2B. RGB value is (4,113,43). Sum of RGB (Red+Green+Blue) = 4+113+43=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 113 (44.53% from 255 or 70.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 113 - color contains mainly: green. Hex color #04712B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04712B is #FB8ED4. Grayscale: #484848. Windows color (decimal): -16486101 or 2846980. OLE color: 2846980.

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

Color convert

RGB 4 113 43 -
CMYK 0.96 0 0.62 0.56
HSL 141.47º 0.93% 0.23% -
HSV(B) 141.47º 0.96% 0.44% -
XYZ 6.39 12.01 4.27 -
YUV 72.43 111.39 79.19 -
System Red Green Blue C M Y K H S L
Decimal 4 113 43 0.96 0 0.62 0.56 141.47 0.93 0.23
Hex 4 71 2B 60 0 3E 38 8D 5D 17
Octal 4 161 53 140 0 76 70 215 135 27
Binary 100 1110001 101011 1100000 0 111110 111000 10001101 1011101 10111

Color Harmonies of #04712B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04712B

Black with #04712B

Text Example


Text Example

White with #04712B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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