Html Css Color HEX #13674F Jewel

📋 copy color: '#13674F'

red 19 ◦ green 103 ◦ blue 79

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

Shades of Jewel #13674F

Tints of Jewel #13674F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.3%

R = 9.45%
G = 51.24%
B = 39.3%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#13674F (or 0x13674F) is known color: Jewel. HEX triplet: 13, 67 and 4F. RGB value is (19,103,79). Sum of RGB (Red+Green+Blue) = 19+103+79=201 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.45% from 201); Green value is 103 (40.62% from 255 or 51.24% from 201); Blue value is 79 (31.25% from 255 or 39.30% from 201); Max value from RGB is 103 - color contains mainly: green. Hex color #13674F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #13674F is #EC98B0. Grayscale: #4B4B4B. Windows color (decimal): -15505585 or 5203731. OLE color: 5203731.

HSL color Cylindrical-coordinate representation of color #13674F: hue angle of 162.86º 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 #13674F is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 103 79 -
CMYK 0.82 0 0.23 0.60
HSL 162.86º 0.69% 0.24% -
HSV(B) 162.86º 0.82% 0.4% -
XYZ 6.53 10.4 9.06 -
YUV 75.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 19 103 79 0.82 0 0.23 0.60 162.86 0.69 0.24
Hex 13 67 4F 52 0 17 3C A3 45 18
Octal 23 147 117 122 0 27 74 243 105 30
Binary 10011 1100111 1001111 1010010 0 10111 111100 10100011 1000101 11000

Color Harmonies of #13674F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13674F

Black with #13674F

Text Example


Text Example

White with #13674F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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