Html Css Color HEX #35675F Eden

📋 copy color: '#35675F'

red 53 ◦ green 103 ◦ blue 95

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

Shades of Eden #35675F

Tints of Eden #35675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.04%

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

R = 21.12%
G = 41.04%
B = 37.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#35675F (or 0x35675F) is known color: Eden. HEX triplet: 35, 67 and 5F. RGB value is (53,103,95). Sum of RGB (Red+Green+Blue) = 53+103+95=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 103 (40.62% from 255 or 41.04% from 251); Blue value is 95 (37.5% from 255 or 37.85% from 251); Max value from RGB is 103 - color contains mainly: green. Hex color #35675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35675F is #CA98A0. Grayscale: #575757. Windows color (decimal): -13277345 or 6252341. OLE color: 6252341.

HSL color Cylindrical-coordinate representation of color #35675F: hue angle of 170.4º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #35675F is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 53 103 95 -
CMYK 0.49 0 0.08 0.60
HSL 170.4º 0.32% 0.31% -
HSV(B) 170.4º 0.49% 0.4% -
XYZ 8.38 11.28 12.56 -
YUV 87.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 53 103 95 0.49 0 0.08 0.60 170.4 0.32 0.31
Hex 35 67 5F 31 0 8 3C AA 20 1F
Octal 65 147 137 61 0 10 74 252 40 37
Binary 110101 1100111 1011111 110001 0 1000 111100 10101010 100000 11111

Color Harmonies of #35675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35675F

Black with #35675F

Text Example


Text Example

White with #35675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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