Html Css Color HEX #1C5B52 Eden

📋 copy color: '#1C5B52'

red 28 ◦ green 91 ◦ blue 82

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

Shades of Eden #1C5B52

Tints of Eden #1C5B52

RGB

 RED value IS 28 (11.33% from 255) = 13.93%

 GREEN value IS 91 (35.94% from 255) = 45.27%

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

R = 13.93%
G = 45.27%
B = 40.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#1C5B52 (or 0x1C5B52) is known color: Eden. HEX triplet: 1C, 5B and 52. RGB value is (28,91,82). Sum of RGB (Red+Green+Blue) = 28+91+82=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 91 (35.94% from 255 or 45.27% from 201); Blue value is 82 (32.42% from 255 or 40.80% from 201); Max value from RGB is 91 - color contains mainly: green. Hex color #1C5B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5B52 is #E3A4AD. Grayscale: #474747. Windows color (decimal): -14918830 or 5397276. OLE color: 5397276.

HSL color Cylindrical-coordinate representation of color #1C5B52: hue angle of 171.43º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C5B52 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 91 82 -
CMYK 0.69 0 0.10 0.64
HSL 171.43º 0.53% 0.23% -
HSV(B) 171.43º 0.69% 0.36% -
XYZ 5.74 8.34 9.29 -
YUV 71.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 28 91 82 0.69 0 0.10 0.64 171.43 0.53 0.23
Hex 1C 5B 52 45 0 A 40 AB 35 17
Octal 34 133 122 105 0 12 100 253 65 27
Binary 11100 1011011 1010010 1000101 0 1010 1000000 10101011 110101 10111

Color Harmonies of #1C5B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5B52

Black with #1C5B52

Text Example


Text Example

White with #1C5B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C5B52; }

 p { color: rgb(28,91,82); }

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

background-color css

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

 a { background-color: rgb(28,91,82); }

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

border-color css

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

 span { border-color: rgb(28,91,82); }

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