Html Css Color HEX #046842 Jewel

📋 copy color: '#046842'

red 4 ◦ green 104 ◦ blue 66

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

Shades of Jewel #046842

Tints of Jewel #046842

RGB

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

 GREEN value IS 104 (41.02% from 255) = 59.77%

 BLUE value IS 66 (26.17% from 255) = 37.93%

R = 2.3%
G = 59.77%
B = 37.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#046842 (or 0x046842) is known color: Jewel. HEX triplet: 04, 68 and 42. RGB value is (4,104,66). Sum of RGB (Red+Green+Blue) = 4+104+66=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 104 (41.02% from 255 or 59.77% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 104 - color contains mainly: green. Hex color #046842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046842 is #FB97BD. Grayscale: #454545. Windows color (decimal): -16488382 or 4352004. OLE color: 4352004.

HSL color Cylindrical-coordinate representation of color #046842: hue angle of 157.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046842 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 104 66 -
CMYK 0.96 0 0.37 0.59
HSL 157.2º 0.93% 0.21% -
HSV(B) 157.2º 0.96% 0.41% -
XYZ 5.98 10.32 6.83 -
YUV 69.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 4 104 66 0.96 0 0.37 0.59 157.2 0.93 0.21
Hex 4 68 42 60 0 25 3B 9D 5D 15
Octal 4 150 102 140 0 45 73 235 135 25
Binary 100 1101000 1000010 1100000 0 100101 111011 10011101 1011101 10101

Color Harmonies of #046842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046842

Black with #046842

Text Example


Text Example

White with #046842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046842; }

 p { color: rgb(4,104,66); }

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

background-color css

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

 a { background-color: rgb(4,104,66); }

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

border-color css

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

 span { border-color: rgb(4,104,66); }

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