Html Css Color HEX #13693F Jewel

📋 copy color: '#13693F'

red 19 ◦ green 105 ◦ blue 63

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

Shades of Jewel #13693F

Tints of Jewel #13693F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 56.15%

 BLUE value IS 63 (25% from 255) = 33.69%

R = 10.16%
G = 56.15%
B = 33.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.4

 K value IS 0.59

RGB Variations

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

Color information

#13693F (or 0x13693F) is known color: Jewel. HEX triplet: 13, 69 and 3F. RGB value is (19,105,63). Sum of RGB (Red+Green+Blue) = 19+105+63=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 105 (41.41% from 255 or 56.15% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 105 - color contains mainly: green. Hex color #13693F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #13693F is #EC96C0. Grayscale: #4A4A4A. Windows color (decimal): -15505089 or 4155667. OLE color: 4155667.

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

Color convert

RGB 19 105 63 -
CMYK 0.82 0 0.4 0.59
HSL 150.7º 0.69% 0.24% -
HSV(B) 150.7º 0.82% 0.41% -
XYZ 6.22 10.6 6.42 -
YUV 74.5 121.51 88.42 -
System Red Green Blue C M Y K H S L
Decimal 19 105 63 0.82 0 0.4 0.59 150.7 0.69 0.24
Hex 13 69 3F 52 0 28 3B 97 45 18
Octal 23 151 77 122 0 50 73 227 105 30
Binary 10011 1101001 111111 1010010 0 101000 111011 10010111 1000101 11000

Color Harmonies of #13693F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13693F

Black with #13693F

Text Example


Text Example

White with #13693F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,105,63); }

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

background-color css

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

 a { background-color: rgb(19,105,63); }

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

border-color css

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

 span { border-color: rgb(19,105,63); }

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