Html Css Color HEX #04603F Jewel

📋 copy color: '#04603F'

red 4 ◦ green 96 ◦ blue 63

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

Shades of Jewel #04603F

Tints of Jewel #04603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.9%

 BLUE value IS 63 (25% from 255) = 38.65%

R = 2.45%
G = 58.9%
B = 38.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#04603F (or 0x04603F) is known color: Jewel. HEX triplet: 04, 60 and 3F. RGB value is (4,96,63). Sum of RGB (Red+Green+Blue) = 4+96+63=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 96 (37.89% from 255 or 58.90% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 96 - color contains mainly: green. Hex color #04603F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04603F is #FB9FC0. Grayscale: #404040. Windows color (decimal): -16490433 or 4153348. OLE color: 4153348.

HSL color Cylindrical-coordinate representation of color #04603F: hue angle of 158.48º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04603F is Cyan = 0.96, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 63 -
CMYK 0.96 0 0.34 0.62
HSL 158.48º 0.92% 0.2% -
HSV(B) 158.48º 0.96% 0.38% -
XYZ 5.13 8.75 6.12 -
YUV 64.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 4 96 63 0.96 0 0.34 0.62 158.48 0.92 0.2
Hex 4 60 3F 60 0 22 3E 9E 5C 14
Octal 4 140 77 140 0 42 76 236 134 24
Binary 100 1100000 111111 1100000 0 100010 111110 10011110 1011100 10100

Color Harmonies of #04603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04603F

Black with #04603F

Text Example


Text Example

White with #04603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04603F; }

 p { color: rgb(4,96,63); }

 H1.HeaderClassName
 {
   color: #04603F;
 }
 .AnyTagClassName
 {
   color: #04603F;
 }
</style>

background-color css

<style>
 a { background-color: #04603F; }

 a { background-color: rgb(4,96,63); }

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

border-color css

<style>
 span { border-color: #04603F; }

 span { border-color: rgb(4,96,63); }

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