Html Css Color HEX #35605A Eden

📋 copy color: '#35605A'

red 53 ◦ green 96 ◦ blue 90

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

Shades of Eden #35605A

Tints of Eden #35605A

RGB

 RED value IS 53 (21.09% from 255) = 22.18%

 GREEN value IS 96 (37.89% from 255) = 40.17%

 BLUE value IS 90 (35.55% from 255) = 37.66%

R = 22.18%
G = 40.17%
B = 37.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#35605A (or 0x35605A) is known color: Eden. HEX triplet: 35, 60 and 5A. RGB value is (53,96,90). Sum of RGB (Red+Green+Blue) = 53+96+90=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #35605A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35605A is #CA9FA5. Grayscale: #525252. Windows color (decimal): -13279142 or 5922869. OLE color: 5922869.

HSL color Cylindrical-coordinate representation of color #35605A: hue angle of 171.63º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35605A is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB 53 96 90 -
CMYK 0.45 0 0.06 0.62
HSL 171.63º 0.29% 0.29% -
HSV(B) 171.63º 0.45% 0.38% -
XYZ 7.5 9.86 11.18 -
YUV 82.46 132.25 106.99 -
System Red Green Blue C M Y K H S L
Decimal 53 96 90 0.45 0 0.06 0.62 171.63 0.29 0.29
Hex 35 60 5A 2D 0 6 3E AC 1D 1D
Octal 65 140 132 55 0 6 76 254 35 35
Binary 110101 1100000 1011010 101101 0 110 111110 10101100 11101 11101

Color Harmonies of #35605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35605A

Black with #35605A

Text Example


Text Example

White with #35605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35605A; }

 p { color: rgb(53,96,90); }

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

background-color css

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

 a { background-color: rgb(53,96,90); }

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

border-color css

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

 span { border-color: rgb(53,96,90); }

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