Html Css Color HEX #04703C Jewel

📋 copy color: '#04703C'

red 4 ◦ green 112 ◦ blue 60

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

Shades of Jewel #04703C

Tints of Jewel #04703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 34.09%

R = 2.27%
G = 63.64%
B = 34.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#04703C (or 0x04703C) is known color: Jewel. HEX triplet: 04, 70 and 3C. RGB value is (4,112,60). Sum of RGB (Red+Green+Blue) = 4+112+60=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 112 (44.14% from 255 or 63.64% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 112 - color contains mainly: green. Hex color #04703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04703C is #FB8FC3. Grayscale: #494949. Windows color (decimal): -16486340 or 3960836. OLE color: 3960836.

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

Color convert

RGB 4 112 60 -
CMYK 0.96 0 0.46 0.56
HSL 151.11º 0.93% 0.23% -
HSV(B) 151.11º 0.96% 0.44% -
XYZ 6.66 11.94 6.23 -
YUV 73.78 120.22 78.23 -
System Red Green Blue C M Y K H S L
Decimal 4 112 60 0.96 0 0.46 0.56 151.11 0.93 0.23
Hex 4 70 3C 60 0 2E 38 97 5D 17
Octal 4 160 74 140 0 56 70 227 135 27
Binary 100 1110000 111100 1100000 0 101110 111000 10010111 1011101 10111

Color Harmonies of #04703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04703C

Black with #04703C

Text Example


Text Example

White with #04703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04703C; }

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

 H1.HeaderClassName
 {
   color: #04703C;
 }
 .AnyTagClassName
 {
   color: #04703C;
 }
</style>

background-color css

<style>
 a { background-color: #04703C; }

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

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

border-color css

<style>
 span { border-color: #04703C; }

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

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