Html Css Color HEX #046D3F Jewel

📋 copy color: '#046D3F'

red 4 ◦ green 109 ◦ blue 63

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

Shades of Jewel #046D3F

Tints of Jewel #046D3F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 61.93%

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

R = 2.27%
G = 61.93%
B = 35.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#046D3F (or 0x046D3F) is known color: Jewel. HEX triplet: 04, 6D and 3F. RGB value is (4,109,63). Sum of RGB (Red+Green+Blue) = 4+109+63=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 109 (42.97% from 255 or 61.93% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 109 - color contains mainly: green. Hex color #046D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046D3F is #FB92C0. Grayscale: #484848. Windows color (decimal): -16487105 or 4156676. OLE color: 4156676.

HSL color Cylindrical-coordinate representation of color #046D3F: hue angle of 153.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046D3F is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.57.

Color convert

RGB 4 109 63 -
CMYK 0.96 0 0.42 0.57
HSL 153.71º 0.93% 0.22% -
HSV(B) 153.71º 0.96% 0.43% -
XYZ 6.42 11.32 6.55 -
YUV 72.36 122.71 79.24 -
System Red Green Blue C M Y K H S L
Decimal 4 109 63 0.96 0 0.42 0.57 153.71 0.93 0.22
Hex 4 6D 3F 60 0 2A 39 9A 5D 16
Octal 4 155 77 140 0 52 71 232 135 26
Binary 100 1101101 111111 1100000 0 101010 111001 10011010 1011101 10110

Color Harmonies of #046D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D3F

Black with #046D3F

Text Example


Text Example

White with #046D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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