Html Css Color HEX #35655E Eden

📋 copy color: '#35655E'

red 53 ◦ green 101 ◦ blue 94

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

Shades of Eden #35655E

Tints of Eden #35655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

 BLUE value IS 94 (37.11% from 255) = 37.9%

R = 21.37%
G = 40.73%
B = 37.9%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#35655E (or 0x35655E) is known color: Eden. HEX triplet: 35, 65 and 5E. RGB value is (53,101,94). Sum of RGB (Red+Green+Blue) = 53+101+94=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #35655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655E is #CA9AA1. Grayscale: #555555. Windows color (decimal): -13277858 or 6186293. OLE color: 6186293.

HSL color Cylindrical-coordinate representation of color #35655E: hue angle of 171.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #35655E is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 94 -
CMYK 0.48 0 0.07 0.60
HSL 171.25º 0.31% 0.3% -
HSV(B) 171.25º 0.48% 0.4% -
XYZ 8.14 10.87 12.26 -
YUV 85.85 132.6 104.57 -
System Red Green Blue C M Y K H S L
Decimal 53 101 94 0.48 0 0.07 0.60 171.25 0.31 0.3
Hex 35 65 5E 30 0 7 3C AB 1F 1E
Octal 65 145 136 60 0 7 74 253 37 36
Binary 110101 1100101 1011110 110000 0 111 111100 10101011 11111 11110

Color Harmonies of #35655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35655E

Black with #35655E

Text Example


Text Example

White with #35655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35655E; }

 p { color: rgb(53,101,94); }

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

background-color css

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

 a { background-color: rgb(53,101,94); }

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

border-color css

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

 span { border-color: rgb(53,101,94); }

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