Html Css Color HEX #046940 Jewel

📋 copy color: '#046940'

red 4 ◦ green 105 ◦ blue 64

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

Shades of Jewel #046940

Tints of Jewel #046940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 60.69%

 BLUE value IS 64 (25.39% from 255) = 36.99%

R = 2.31%
G = 60.69%
B = 36.99%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#046940 (or 0x046940) is known color: Jewel. HEX triplet: 04, 69 and 40. RGB value is (4,105,64). Sum of RGB (Red+Green+Blue) = 4+105+64=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 64 (25.39% from 255 or 36.99% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #046940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046940 is #FB96BF. Grayscale: #464646. Windows color (decimal): -16488128 or 4221188. OLE color: 4221188.

HSL color Cylindrical-coordinate representation of color #046940: hue angle of 155.64º 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 #046940 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 4 105 64 -
CMYK 0.96 0 0.39 0.59
HSL 155.64º 0.93% 0.21% -
HSV(B) 155.64º 0.96% 0.41% -
XYZ 6.03 10.5 6.56 -
YUV 70.13 124.54 80.83 -
System Red Green Blue C M Y K H S L
Decimal 4 105 64 0.96 0 0.39 0.59 155.64 0.93 0.21
Hex 4 69 40 60 0 27 3B 9C 5D 15
Octal 4 151 100 140 0 47 73 234 135 25
Binary 100 1101001 1000000 1100000 0 100111 111011 10011100 1011101 10101

Color Harmonies of #046940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046940

Black with #046940

Text Example


Text Example

White with #046940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046940; }

 p { color: rgb(4,105,64); }

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

background-color css

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

 a { background-color: rgb(4,105,64); }

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

border-color css

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

 span { border-color: rgb(4,105,64); }

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