Html Css Color HEX #046640 Jewel

📋 copy color: '#046640'

red 4 ◦ green 102 ◦ blue 64

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

Shades of Jewel #046640

Tints of Jewel #046640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 60%

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

R = 2.35%
G = 60%
B = 37.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.37

 K value IS 0.6

RGB Variations

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

Color information

#046640 (or 0x046640) is known color: Jewel. HEX triplet: 04, 66 and 40. RGB value is (4,102,64). Sum of RGB (Red+Green+Blue) = 4+102+64=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #046640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046640 is #FB99BF. Grayscale: #444444. Windows color (decimal): -16488896 or 4220420. OLE color: 4220420.

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

Color convert

RGB 4 102 64 -
CMYK 0.96 0 0.37 0.6
HSL 156.73º 0.92% 0.21% -
HSV(B) 156.73º 0.96% 0.4% -
XYZ 5.73 9.9 6.46 -
YUV 68.37 125.53 82.09 -
System Red Green Blue C M Y K H S L
Decimal 4 102 64 0.96 0 0.37 0.6 156.73 0.92 0.21
Hex 4 66 40 60 0 25 3C 9D 5C 15
Octal 4 146 100 140 0 45 74 235 134 25
Binary 100 1100110 1000000 1100000 0 100101 111100 10011101 1011100 10101

Color Harmonies of #046640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046640

Black with #046640

Text Example


Text Example

White with #046640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046640; }

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

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

background-color css

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

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

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

border-color css

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

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

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