Html Css Color HEX #146642 Jewel

📋 copy color: '#146642'

red 20 ◦ green 102 ◦ blue 66

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

Shades of Jewel #146642

Tints of Jewel #146642

RGB

 RED value IS 20 (8.2% from 255) = 10.64%

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

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

R = 10.64%
G = 54.26%
B = 35.11%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#146642 (or 0x146642) is known color: Jewel. HEX triplet: 14, 66 and 42. RGB value is (20,102,66). Sum of RGB (Red+Green+Blue) = 20+102+66=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #146642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #146642 is #EB99BD. Grayscale: #494949. Windows color (decimal): -15440318 or 4351508. OLE color: 4351508.

HSL color Cylindrical-coordinate representation of color #146642: hue angle of 153.66º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146642 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 20 102 66 -
CMYK 0.80 0 0.35 0.6
HSL 153.66º 0.67% 0.24% -
HSV(B) 153.66º 0.8% 0.4% -
XYZ 6.02 10.04 6.78 -
YUV 73.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 20 102 66 0.80 0 0.35 0.6 153.66 0.67 0.24
Hex 14 66 42 50 0 23 3C 9A 43 18
Octal 24 146 102 120 0 43 74 232 103 30
Binary 10100 1100110 1000010 1010000 0 100011 111100 10011010 1000011 11000

Color Harmonies of #146642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146642

Black with #146642

Text Example


Text Example

White with #146642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146642; }

 p { color: rgb(20,102,66); }

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

background-color css

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

 a { background-color: rgb(20,102,66); }

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

border-color css

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

 span { border-color: rgb(20,102,66); }

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