Html Css Color HEX #136645 Jewel

📋 copy color: '#136645'

red 19 ◦ green 102 ◦ blue 69

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

Shades of Jewel #136645

Tints of Jewel #136645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 53.68%

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

R = 10%
G = 53.68%
B = 36.32%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.32

 K value IS 0.6

RGB Variations

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

Color information

#136645 (or 0x136645) is known color: Jewel. HEX triplet: 13, 66 and 45. RGB value is (19,102,69). Sum of RGB (Red+Green+Blue) = 19+102+69=190 (25% of max value = 765). Red value is 19 (7.81% from 255 or 10% from 190); Green value is 102 (40.23% from 255 or 53.68% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 102 - color contains mainly: green. Hex color #136645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136645 is #EC99BA. Grayscale: #494949. Windows color (decimal): -15505851 or 4548115. OLE color: 4548115.

HSL color Cylindrical-coordinate representation of color #136645: hue angle of 156.14º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136645 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 69 -
CMYK 0.81 0 0.32 0.6
HSL 156.14º 0.69% 0.24% -
HSV(B) 156.14º 0.81% 0.4% -
XYZ 6.09 10.07 7.25 -
YUV 73.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 19 102 69 0.81 0 0.32 0.6 156.14 0.69 0.24
Hex 13 66 45 51 0 20 3C 9C 45 18
Octal 23 146 105 121 0 40 74 234 105 30
Binary 10011 1100110 1000101 1010001 0 100000 111100 10011100 1000101 11000

Color Harmonies of #136645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136645

Black with #136645

Text Example


Text Example

White with #136645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136645; }

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

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

background-color css

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

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

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

border-color css

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

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

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