Html Css Color HEX #136243 Jewel

📋 copy color: '#136243'

red 19 ◦ green 98 ◦ blue 67

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

Shades of Jewel #136243

Tints of Jewel #136243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.26%

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

R = 10.33%
G = 53.26%
B = 36.41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#136243 (or 0x136243) is known color: Jewel. HEX triplet: 13, 62 and 43. RGB value is (19,98,67). Sum of RGB (Red+Green+Blue) = 19+98+67=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 98 (38.67% from 255 or 53.26% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 98 - color contains mainly: green. Hex color #136243 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136243 is #EC9DBC. Grayscale: #464646. Windows color (decimal): -15506877 or 4416019. OLE color: 4416019.

HSL color Cylindrical-coordinate representation of color #136243: hue angle of 156.46º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136243 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 67 -
CMYK 0.81 0 0.32 0.62
HSL 156.46º 0.68% 0.23% -
HSV(B) 156.46º 0.81% 0.38% -
XYZ 5.65 9.28 6.8 -
YUV 70.85 125.83 91.02 -
System Red Green Blue C M Y K H S L
Decimal 19 98 67 0.81 0 0.32 0.62 156.46 0.68 0.23
Hex 13 62 43 51 0 20 3E 9C 44 17
Octal 23 142 103 121 0 40 76 234 104 27
Binary 10011 1100010 1000011 1010001 0 100000 111110 10011100 1000100 10111

Color Harmonies of #136243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136243

Black with #136243

Text Example


Text Example

White with #136243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136243; }

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

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

background-color css

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

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

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

border-color css

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

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

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