Html Css Color HEX #15664A Jewel

📋 copy color: '#15664A'

red 21 ◦ green 102 ◦ blue 74

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

Shades of Jewel #15664A

Tints of Jewel #15664A

RGB

 RED value IS 21 (8.59% from 255) = 10.66%

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

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 10.66%
G = 51.78%
B = 37.56%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.27

 K value IS 0.6

RGB Variations

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

Color information

#15664A (or 0x15664A) is known color: Jewel. HEX triplet: 15, 66 and 4A. RGB value is (21,102,74). Sum of RGB (Red+Green+Blue) = 21+102+74=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 102 (40.23% from 255 or 51.78% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 102 - color contains mainly: green. Hex color #15664A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15664A is #EA99B5. Grayscale: #4A4A4A. Windows color (decimal): -15374774 or 4875797. OLE color: 4875797.

HSL color Cylindrical-coordinate representation of color #15664A: hue angle of 159.26º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #15664A is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 102 74 -
CMYK 0.79 0 0.27 0.6
HSL 159.26º 0.66% 0.24% -
HSV(B) 159.26º 0.79% 0.4% -
XYZ 6.3 10.16 8.11 -
YUV 74.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 21 102 74 0.79 0 0.27 0.6 159.26 0.66 0.24
Hex 15 66 4A 4F 0 1B 3C 9F 42 18
Octal 25 146 112 117 0 33 74 237 102 30
Binary 10101 1100110 1001010 1001111 0 11011 111100 10011111 1000010 11000

Color Harmonies of #15664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15664A

Black with #15664A

Text Example


Text Example

White with #15664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15664A; }

 p { color: rgb(21,102,74); }

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

background-color css

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

 a { background-color: rgb(21,102,74); }

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

border-color css

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

 span { border-color: rgb(21,102,74); }

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