Html Css Color HEX #15674C Jewel

📋 copy color: '#15674C'

red 21 ◦ green 103 ◦ blue 76

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

Shades of Jewel #15674C

Tints of Jewel #15674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38%

R = 10.5%
G = 51.5%
B = 38%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#15674C (or 0x15674C) is known color: Jewel. HEX triplet: 15, 67 and 4C. RGB value is (21,103,76). Sum of RGB (Red+Green+Blue) = 21+103+76=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #15674C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #15674C is #EA98B3. Grayscale: #4B4B4B. Windows color (decimal): -15374516 or 5007125. OLE color: 5007125.

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

Color convert

RGB 21 103 76 -
CMYK 0.80 0 0.26 0.60
HSL 160.24º 0.66% 0.24% -
HSV(B) 160.24º 0.8% 0.4% -
XYZ 6.46 10.38 8.5 -
YUV 75.4 128.33 89.2 -
System Red Green Blue C M Y K H S L
Decimal 21 103 76 0.80 0 0.26 0.60 160.24 0.66 0.24
Hex 15 67 4C 50 0 1A 3C A0 42 18
Octal 25 147 114 120 0 32 74 240 102 30
Binary 10101 1100111 1001100 1010000 0 11010 111100 10100000 1000010 11000

Color Harmonies of #15674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15674C

Black with #15674C

Text Example


Text Example

White with #15674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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