Html Css Color HEX #136352 Eden

📋 copy color: '#136352'

red 19 ◦ green 99 ◦ blue 82

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

Shades of Eden #136352

Tints of Eden #136352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 41%

R = 9.5%
G = 49.5%
B = 41%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#136352 (or 0x136352) is known color: Eden. HEX triplet: 13, 63 and 52. RGB value is (19,99,82). Sum of RGB (Red+Green+Blue) = 19+99+82=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #136352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136352 is #EC9CAD. Grayscale: #494949. Windows color (decimal): -15506606 or 5399315. OLE color: 5399315.

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

Color convert

RGB 19 99 82 -
CMYK 0.81 0 0.17 0.61
HSL 167.25º 0.68% 0.23% -
HSV(B) 167.25º 0.81% 0.39% -
XYZ 6.25 9.67 9.52 -
YUV 73.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 19 99 82 0.81 0 0.17 0.61 167.25 0.68 0.23
Hex 13 63 52 51 0 11 3D A7 44 17
Octal 23 143 122 121 0 21 75 247 104 27
Binary 10011 1100011 1010010 1010001 0 10001 111101 10100111 1000100 10111

Color Harmonies of #136352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136352

Black with #136352

Text Example


Text Example

White with #136352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136352; }

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

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

background-color css

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

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

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

border-color css

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

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

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