Html Css Color HEX #136445 Jewel

📋 copy color: '#136445'

red 19 ◦ green 100 ◦ blue 69

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

Shades of Jewel #136445

Tints of Jewel #136445

RGB

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

 GREEN value IS 100 (39.45% from 255) = 53.19%

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

R = 10.11%
G = 53.19%
B = 36.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.31

 K value IS 0.61

RGB Variations

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

Color information

#136445 (or 0x136445) is known color: Jewel. HEX triplet: 13, 64 and 45. RGB value is (19,100,69). Sum of RGB (Red+Green+Blue) = 19+100+69=188 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.11% from 188); Green value is 100 (39.45% from 255 or 53.19% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 100 - color contains mainly: green. Hex color #136445 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136445 is #EC9BBA. Grayscale: #484848. Windows color (decimal): -15506363 or 4547603. OLE color: 4547603.

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

Color convert

RGB 19 100 69 -
CMYK 0.81 0 0.31 0.61
HSL 157.04º 0.68% 0.23% -
HSV(B) 157.04º 0.81% 0.39% -
XYZ 5.9 9.68 7.19 -
YUV 72.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 19 100 69 0.81 0 0.31 0.61 157.04 0.68 0.23
Hex 13 64 45 51 0 1F 3D 9D 44 17
Octal 23 144 105 121 0 37 75 235 104 27
Binary 10011 1100100 1000101 1010001 0 11111 111101 10011101 1000100 10111

Color Harmonies of #136445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136445

Black with #136445

Text Example


Text Example

White with #136445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136445; }

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

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

background-color css

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

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

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

border-color css

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

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

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