Html Css Color HEX #136244 Jewel

📋 copy color: '#136244'

red 19 ◦ green 98 ◦ blue 68

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

Shades of Jewel #136244

Tints of Jewel #136244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.76%

R = 10.27%
G = 52.97%
B = 36.76%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#136244 (or 0x136244) is known color: Jewel. HEX triplet: 13, 62 and 44. RGB value is (19,98,68). Sum of RGB (Red+Green+Blue) = 19+98+68=185 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.27% from 185); Green value is 98 (38.67% from 255 or 52.97% from 185); Blue value is 68 (26.95% from 255 or 36.76% from 185); Max value from RGB is 98 - color contains mainly: green. Hex color #136244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136244 is #EC9DBB. Grayscale: #474747. Windows color (decimal): -15506876 or 4481555. OLE color: 4481555.

HSL color Cylindrical-coordinate representation of color #136244: hue angle of 157.22º 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 #136244 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 68 -
CMYK 0.81 0 0.31 0.62
HSL 157.22º 0.68% 0.23% -
HSV(B) 157.22º 0.81% 0.38% -
XYZ 5.68 9.29 6.96 -
YUV 70.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 19 98 68 0.81 0 0.31 0.62 157.22 0.68 0.23
Hex 13 62 44 51 0 1F 3E 9D 44 17
Octal 23 142 104 121 0 37 76 235 104 27
Binary 10011 1100010 1000100 1010001 0 11111 111110 10011101 1000100 10111

Color Harmonies of #136244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136244

Black with #136244

Text Example


Text Example

White with #136244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136244; }

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

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

background-color css

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

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

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

border-color css

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

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

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