Html Css Color HEX #146352 Eden

📋 copy color: '#146352'

red 20 ◦ green 99 ◦ blue 82

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

Shades of Eden #146352

Tints of Eden #146352

RGB

 RED value IS 20 (8.2% from 255) = 9.95%

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

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

R = 9.95%
G = 49.25%
B = 40.8%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#146352 (or 0x146352) is known color: Eden. HEX triplet: 14, 63 and 52. RGB value is (20,99,82). Sum of RGB (Red+Green+Blue) = 20+99+82=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #146352 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146352 is #EB9CAD. Grayscale: #494949. Windows color (decimal): -15441070 or 5399316. OLE color: 5399316.

HSL color Cylindrical-coordinate representation of color #146352: hue angle of 167.09º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #146352 is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 99 82 -
CMYK 0.80 0 0.17 0.61
HSL 167.09º 0.66% 0.23% -
HSV(B) 167.09º 0.8% 0.39% -
XYZ 6.27 9.68 9.52 -
YUV 73.44 132.83 89.88 -
System Red Green Blue C M Y K H S L
Decimal 20 99 82 0.80 0 0.17 0.61 167.09 0.66 0.23
Hex 14 63 52 50 0 11 3D A7 42 17
Octal 24 143 122 120 0 21 75 247 102 27
Binary 10100 1100011 1010010 1010000 0 10001 111101 10100111 1000010 10111

Color Harmonies of #146352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146352

Black with #146352

Text Example


Text Example

White with #146352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146352; }

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

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

background-color css

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

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

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

border-color css

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

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

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