Html Css Color HEX #136245 Jewel

📋 copy color: '#136245'

red 19 ◦ green 98 ◦ blue 69

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

Shades of Jewel #136245

Tints of Jewel #136245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.1%

R = 10.22%
G = 52.69%
B = 37.1%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

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

Color information

#136245 (or 0x136245) is known color: Jewel. HEX triplet: 13, 62 and 45. RGB value is (19,98,69). Sum of RGB (Red+Green+Blue) = 19+98+69=186 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.22% from 186); Green value is 98 (38.67% from 255 or 52.69% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 98 - color contains mainly: green. Hex color #136245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136245 is #EC9DBA. Grayscale: #474747. Windows color (decimal): -15506875 or 4547091. OLE color: 4547091.

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

Color convert

RGB 19 98 69 -
CMYK 0.81 0 0.30 0.62
HSL 157.97º 0.68% 0.23% -
HSV(B) 157.97º 0.81% 0.38% -
XYZ 5.71 9.3 7.13 -
YUV 71.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 19 98 69 0.81 0 0.30 0.62 157.97 0.68 0.23
Hex 13 62 45 51 0 1E 3E 9E 44 17
Octal 23 142 105 121 0 36 76 236 104 27
Binary 10011 1100010 1000101 1010001 0 11110 111110 10011110 1000100 10111

Color Harmonies of #136245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136245

Black with #136245

Text Example


Text Example

White with #136245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136245; }

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

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

background-color css

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

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

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

border-color css

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

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

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