Html Css Color HEX #35645D Eden

📋 copy color: '#35645D'

red 53 ◦ green 100 ◦ blue 93

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

Shades of Eden #35645D

Tints of Eden #35645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.65%

 BLUE value IS 93 (36.72% from 255) = 37.8%

R = 21.54%
G = 40.65%
B = 37.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#35645D (or 0x35645D) is known color: Eden. HEX triplet: 35, 64 and 5D. RGB value is (53,100,93). Sum of RGB (Red+Green+Blue) = 53+100+93=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 100 (39.45% from 255 or 40.65% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 100 - color contains mainly: green. Hex color #35645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35645D is #CA9BA2. Grayscale: #555555. Windows color (decimal): -13278115 or 6120501. OLE color: 6120501.

HSL color Cylindrical-coordinate representation of color #35645D: hue angle of 171.06º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35645D is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 93 -
CMYK 0.47 0 0.07 0.61
HSL 171.06º 0.31% 0.3% -
HSV(B) 171.06º 0.47% 0.39% -
XYZ 8 10.66 11.99 -
YUV 85.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 53 100 93 0.47 0 0.07 0.61 171.06 0.31 0.3
Hex 35 64 5D 2F 0 7 3D AB 1F 1E
Octal 65 144 135 57 0 7 75 253 37 36
Binary 110101 1100100 1011101 101111 0 111 111101 10101011 11111 11110

Color Harmonies of #35645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35645D

Black with #35645D

Text Example


Text Example

White with #35645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35645D; }

 p { color: rgb(53,100,93); }

 H1.HeaderClassName
 {
   color: #35645D;
 }
 .AnyTagClassName
 {
   color: #35645D;
 }
</style>

background-color css

<style>
 a { background-color: #35645D; }

 a { background-color: rgb(53,100,93); }

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

border-color css

<style>
 span { border-color: #35645D; }

 span { border-color: rgb(53,100,93); }

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