Html Css Color HEX #136944 Jewel

📋 copy color: '#136944'

red 19 ◦ green 105 ◦ blue 68

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

Shades of Jewel #136944

Tints of Jewel #136944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 54.69%

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

R = 9.9%
G = 54.69%
B = 35.42%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#136944 (or 0x136944) is known color: Jewel. HEX triplet: 13, 69 and 44. RGB value is (19,105,68). Sum of RGB (Red+Green+Blue) = 19+105+68=192 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.90% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 68 (26.95% from 255 or 35.42% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #136944 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136944 is #EC96BB. Grayscale: #4B4B4B. Windows color (decimal): -15505084 or 4483347. OLE color: 4483347.

HSL color Cylindrical-coordinate representation of color #136944: hue angle of 154.19º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #136944 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 105 68 -
CMYK 0.82 0 0.35 0.59
HSL 154.19º 0.69% 0.24% -
HSV(B) 154.19º 0.82% 0.41% -
XYZ 6.36 10.66 7.19 -
YUV 75.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 19 105 68 0.82 0 0.35 0.59 154.19 0.69 0.24
Hex 13 69 44 52 0 23 3B 9A 45 18
Octal 23 151 104 122 0 43 73 232 105 30
Binary 10011 1101001 1000100 1010010 0 100011 111011 10011010 1000101 11000

Color Harmonies of #136944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136944

Black with #136944

Text Example


Text Example

White with #136944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136944; }

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

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

background-color css

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

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

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

border-color css

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

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

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