Html Css Color HEX #15664D Jewel

📋 copy color: '#15664D'

red 21 ◦ green 102 ◦ blue 77

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

Shades of Jewel #15664D

Tints of Jewel #15664D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 38.5%

R = 10.5%
G = 51%
B = 38.5%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.25

 K value IS 0.6

RGB Variations

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

Color information

#15664D (or 0x15664D) is known color: Jewel. HEX triplet: 15, 66 and 4D. RGB value is (21,102,77). Sum of RGB (Red+Green+Blue) = 21+102+77=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 102 (40.23% from 255 or 51% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 102 - color contains mainly: green. Hex color #15664D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15664D is #EA99B2. Grayscale: #4A4A4A. Windows color (decimal): -15374771 or 5072405. OLE color: 5072405.

HSL color Cylindrical-coordinate representation of color #15664D: hue angle of 161.48º 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 #15664D is Cyan = 0.79, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB 21 102 77 -
CMYK 0.79 0 0.25 0.6
HSL 161.48º 0.66% 0.24% -
HSV(B) 161.48º 0.79% 0.4% -
XYZ 6.4 10.2 8.65 -
YUV 74.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 21 102 77 0.79 0 0.25 0.6 161.48 0.66 0.24
Hex 15 66 4D 4F 0 19 3C A1 42 18
Octal 25 146 115 117 0 31 74 241 102 30
Binary 10101 1100110 1001101 1001111 0 11001 111100 10100001 1000010 11000

Color Harmonies of #15664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15664D

Black with #15664D

Text Example


Text Example

White with #15664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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