Html Css Color HEX #1D5C53 Eden

📋 copy color: '#1D5C53'

red 29 ◦ green 92 ◦ blue 83

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

Shades of Eden #1D5C53

Tints of Eden #1D5C53

RGB

 RED value IS 29 (11.72% from 255) = 14.22%

 GREEN value IS 92 (36.33% from 255) = 45.1%

 BLUE value IS 83 (32.81% from 255) = 40.69%

R = 14.22%
G = 45.1%
B = 40.69%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#1D5C53 (or 0x1D5C53) is known color: Eden. HEX triplet: 1D, 5C and 53. RGB value is (29,92,83). Sum of RGB (Red+Green+Blue) = 29+92+83=204 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.22% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #1D5C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D5C53 is #E2A3AC. Grayscale: #484848. Windows color (decimal): -14853037 or 5463069. OLE color: 5463069.

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

Color convert

RGB 29 92 83 -
CMYK 0.68 0 0.10 0.64
HSL 171.43º 0.52% 0.24% -
HSV(B) 171.43º 0.68% 0.36% -
XYZ 5.9 8.54 9.52 -
YUV 72.14 134.13 97.23 -
System Red Green Blue C M Y K H S L
Decimal 29 92 83 0.68 0 0.10 0.64 171.43 0.52 0.24
Hex 1D 5C 53 44 0 A 40 AB 34 18
Octal 35 134 123 104 0 12 100 253 64 30
Binary 11101 1011100 1010011 1000100 0 1010 1000000 10101011 110100 11000

Color Harmonies of #1D5C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5C53

Black with #1D5C53

Text Example


Text Example

White with #1D5C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,92,83); }

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

background-color css

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

 a { background-color: rgb(29,92,83); }

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

border-color css

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

 span { border-color: rgb(29,92,83); }

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