Html Css Color HEX #136143 Jewel

📋 copy color: '#136143'

red 19 ◦ green 97 ◦ blue 67

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

Shades of Jewel #136143

Tints of Jewel #136143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.01%

 BLUE value IS 67 (26.56% from 255) = 36.61%

R = 10.38%
G = 53.01%
B = 36.61%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#136143 (or 0x136143) is known color: Jewel. HEX triplet: 13, 61 and 43. RGB value is (19,97,67). Sum of RGB (Red+Green+Blue) = 19+97+67=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 97 (38.28% from 255 or 53.01% from 183); Blue value is 67 (26.56% from 255 or 36.61% from 183); Max value from RGB is 97 - color contains mainly: green. Hex color #136143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136143 is #EC9EBC. Grayscale: #464646. Windows color (decimal): -15507133 or 4415763. OLE color: 4415763.

HSL color Cylindrical-coordinate representation of color #136143: hue angle of 156.92º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136143 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 67 -
CMYK 0.80 0 0.31 0.62
HSL 156.92º 0.67% 0.23% -
HSV(B) 156.92º 0.8% 0.38% -
XYZ 5.56 9.09 6.77 -
YUV 70.26 126.16 91.44 -
System Red Green Blue C M Y K H S L
Decimal 19 97 67 0.80 0 0.31 0.62 156.92 0.67 0.23
Hex 13 61 43 50 0 1F 3E 9D 43 17
Octal 23 141 103 120 0 37 76 235 103 27
Binary 10011 1100001 1000011 1010000 0 11111 111110 10011101 1000011 10111

Color Harmonies of #136143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136143

Black with #136143

Text Example


Text Example

White with #136143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136143; }

 p { color: rgb(19,97,67); }

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

background-color css

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

 a { background-color: rgb(19,97,67); }

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

border-color css

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

 span { border-color: rgb(19,97,67); }

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