Html Css Color HEX #136341 Jewel

📋 copy color: '#136341'

red 19 ◦ green 99 ◦ blue 65

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

Shades of Jewel #136341

Tints of Jewel #136341

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

 BLUE value IS 65 (25.78% from 255) = 35.52%

R = 10.38%
G = 54.1%
B = 35.52%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.61

RGB Variations

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

Color information

#136341 (or 0x136341) is known color: Jewel. HEX triplet: 13, 63 and 41. RGB value is (19,99,65). Sum of RGB (Red+Green+Blue) = 19+99+65=183 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.38% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #136341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136341 is #EC9CBE. Grayscale: #474747. Windows color (decimal): -15506623 or 4285203. OLE color: 4285203.

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

Color convert

RGB 19 99 65 -
CMYK 0.81 0 0.34 0.61
HSL 154.5º 0.68% 0.23% -
HSV(B) 154.5º 0.81% 0.39% -
XYZ 5.68 9.44 6.52 -
YUV 71.2 124.5 90.76 -
System Red Green Blue C M Y K H S L
Decimal 19 99 65 0.81 0 0.34 0.61 154.5 0.68 0.23
Hex 13 63 41 51 0 22 3D 9A 44 17
Octal 23 143 101 121 0 42 75 232 104 27
Binary 10011 1100011 1000001 1010001 0 100010 111101 10011010 1000100 10111

Color Harmonies of #136341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136341

Black with #136341

Text Example


Text Example

White with #136341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136341; }

 p { color: rgb(19,99,65); }

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

background-color css

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

 a { background-color: rgb(19,99,65); }

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

border-color css

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

 span { border-color: rgb(19,99,65); }

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