Html Css Color HEX #15674A Jewel

📋 copy color: '#15674A'

red 21 ◦ green 103 ◦ blue 74

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

Shades of Jewel #15674A

Tints of Jewel #15674A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 52.02%

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

R = 10.61%
G = 52.02%
B = 37.37%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#15674A (or 0x15674A) is known color: Jewel. HEX triplet: 15, 67 and 4A. RGB value is (21,103,74). Sum of RGB (Red+Green+Blue) = 21+103+74=198 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.61% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #15674A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15674A is #EA98B5. Grayscale: #4B4B4B. Windows color (decimal): -15374518 or 4876053. OLE color: 4876053.

HSL color Cylindrical-coordinate representation of color #15674A: hue angle of 158.78º degrees, saturation: 0.66, 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 #15674A is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 21 103 74 -
CMYK 0.80 0 0.28 0.60
HSL 158.78º 0.66% 0.24% -
HSV(B) 158.78º 0.8% 0.4% -
XYZ 6.4 10.35 8.14 -
YUV 75.18 127.33 89.36 -
System Red Green Blue C M Y K H S L
Decimal 21 103 74 0.80 0 0.28 0.60 158.78 0.66 0.24
Hex 15 67 4A 50 0 1C 3C 9F 42 18
Octal 25 147 112 120 0 34 74 237 102 30
Binary 10101 1100111 1001010 1010000 0 11100 111100 10011111 1000010 11000

Color Harmonies of #15674A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15674A

Black with #15674A

Text Example


Text Example

White with #15674A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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