Html Css Color HEX #15604A Jewel

📋 copy color: '#15604A'

red 21 ◦ green 96 ◦ blue 74

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

Shades of Jewel #15604A

Tints of Jewel #15604A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 50.26%

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

R = 10.99%
G = 50.26%
B = 38.74%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#15604A (or 0x15604A) is known color: Jewel. HEX triplet: 15, 60 and 4A. RGB value is (21,96,74). Sum of RGB (Red+Green+Blue) = 21+96+74=191 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.99% from 191); Green value is 96 (37.89% from 255 or 50.26% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 96 - color contains mainly: green. Hex color #15604A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15604A is #EA9FB5. Grayscale: #474747. Windows color (decimal): -15376310 or 4874261. OLE color: 4874261.

HSL color Cylindrical-coordinate representation of color #15604A: hue angle of 162.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15604A is Cyan = 0.78, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 21 96 74 -
CMYK 0.78 0 0.23 0.62
HSL 162.4º 0.64% 0.23% -
HSV(B) 162.4º 0.78% 0.38% -
XYZ 5.73 9.02 7.92 -
YUV 71.07 129.65 92.29 -
System Red Green Blue C M Y K H S L
Decimal 21 96 74 0.78 0 0.23 0.62 162.4 0.64 0.23
Hex 15 60 4A 4E 0 17 3E A2 40 17
Octal 25 140 112 116 0 27 76 242 100 27
Binary 10101 1100000 1001010 1001110 0 10111 111110 10100010 1000000 10111

Color Harmonies of #15604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15604A

Black with #15604A

Text Example


Text Example

White with #15604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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