Html Css Color HEX #136C45 Jewel

📋 copy color: '#136C45'

red 19 ◦ green 108 ◦ blue 69

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

Shades of Jewel #136C45

Tints of Jewel #136C45

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.1%

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

R = 9.69%
G = 55.1%
B = 35.2%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.36

 K value IS 0.58

RGB Variations

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

Color information

#136C45 (or 0x136C45) is known color: Jewel. HEX triplet: 13, 6C and 45. RGB value is (19,108,69). Sum of RGB (Red+Green+Blue) = 19+108+69=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 108 (42.58% from 255 or 55.10% from 196); Blue value is 69 (27.34% from 255 or 35.20% from 196); Max value from RGB is 108 - color contains mainly: green. Hex color #136C45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136C45 is #EC93BA. Grayscale: #4D4D4D. Windows color (decimal): -15504315 or 4549651. OLE color: 4549651.

HSL color Cylindrical-coordinate representation of color #136C45: hue angle of 153.71º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136C45 is Cyan = 0.82, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB 19 108 69 -
CMYK 0.82 0 0.36 0.58
HSL 153.71º 0.7% 0.25% -
HSV(B) 153.71º 0.82% 0.42% -
XYZ 6.71 11.29 7.46 -
YUV 76.94 123.51 86.67 -
System Red Green Blue C M Y K H S L
Decimal 19 108 69 0.82 0 0.36 0.58 153.71 0.7 0.25
Hex 13 6C 45 52 0 24 3A 9A 46 19
Octal 23 154 105 122 0 44 72 232 106 31
Binary 10011 1101100 1000101 1010010 0 100100 111010 10011010 1000110 11001

Color Harmonies of #136C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136C45

Black with #136C45

Text Example


Text Example

White with #136C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136C45; }

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

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

background-color css

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

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

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

border-color css

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

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

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