Html Css Color HEX #35655F Eden

📋 copy color: '#35655F'

red 53 ◦ green 101 ◦ blue 95

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

Shades of Eden #35655F

Tints of Eden #35655F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.15%

R = 21.29%
G = 40.56%
B = 38.15%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.06

 K value IS 0.60

RGB Variations

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

Color information

#35655F (or 0x35655F) is known color: Eden. HEX triplet: 35, 65 and 5F. RGB value is (53,101,95). Sum of RGB (Red+Green+Blue) = 53+101+95=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #35655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35655F is #CA9AA0. Grayscale: #555555. Windows color (decimal): -13277857 or 6251829. OLE color: 6251829.

HSL color Cylindrical-coordinate representation of color #35655F: hue angle of 172.5º 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 #35655F is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 101 95 -
CMYK 0.48 0 0.06 0.60
HSL 172.5º 0.31% 0.3% -
HSV(B) 172.5º 0.48% 0.4% -
XYZ 8.19 10.89 12.5 -
YUV 85.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 53 101 95 0.48 0 0.06 0.60 172.5 0.31 0.3
Hex 35 65 5F 30 0 6 3C AC 1F 1E
Octal 65 145 137 60 0 6 74 254 37 36
Binary 110101 1100101 1011111 110000 0 110 111100 10101100 11111 11110

Color Harmonies of #35655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35655F

Black with #35655F

Text Example


Text Example

White with #35655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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