Html Css Color HEX #13674E Jewel

📋 copy color: '#13674E'

red 19 ◦ green 103 ◦ blue 78

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

Shades of Jewel #13674E

Tints of Jewel #13674E

RGB

 RED value IS 19 (7.81% from 255) = 9.5%

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

 BLUE value IS 78 (30.86% from 255) = 39%

R = 9.5%
G = 51.5%
B = 39%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#13674E (or 0x13674E) is known color: Jewel. HEX triplet: 13, 67 and 4E. RGB value is (19,103,78). Sum of RGB (Red+Green+Blue) = 19+103+78=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 103 (40.62% from 255 or 51.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 103 - color contains mainly: green. Hex color #13674E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13674E is #EC98B1. Grayscale: #4B4B4B. Windows color (decimal): -15505586 or 5138195. OLE color: 5138195.

HSL color Cylindrical-coordinate representation of color #13674E: hue angle of 162.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #13674E is Cyan = 0.82, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 78 -
CMYK 0.82 0 0.24 0.60
HSL 162.14º 0.69% 0.24% -
HSV(B) 162.14º 0.82% 0.4% -
XYZ 6.49 10.39 8.87 -
YUV 75.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 19 103 78 0.82 0 0.24 0.60 162.14 0.69 0.24
Hex 13 67 4E 52 0 18 3C A2 45 18
Octal 23 147 116 122 0 30 74 242 105 30
Binary 10011 1100111 1001110 1010010 0 11000 111100 10100010 1000101 11000

Color Harmonies of #13674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13674E

Black with #13674E

Text Example


Text Example

White with #13674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13674E; }

 p { color: rgb(19,103,78); }

 H1.HeaderClassName
 {
   color: #13674E;
 }
 .AnyTagClassName
 {
   color: #13674E;
 }
</style>

background-color css

<style>
 a { background-color: #13674E; }

 a { background-color: rgb(19,103,78); }

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

border-color css

<style>
 span { border-color: #13674E; }

 span { border-color: rgb(19,103,78); }

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