Html Css Color HEX #35645C Eden

📋 copy color: '#35645C'

red 53 ◦ green 100 ◦ blue 92

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

Shades of Eden #35645C

Tints of Eden #35645C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.55%

R = 21.63%
G = 40.82%
B = 37.55%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#35645C (or 0x35645C) is known color: Eden. HEX triplet: 35, 64 and 5C. RGB value is (53,100,92). Sum of RGB (Red+Green+Blue) = 53+100+92=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 100 (39.45% from 255 or 40.82% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 100 - color contains mainly: green. Hex color #35645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35645C is #CA9BA3. Grayscale: #555555. Windows color (decimal): -13278116 or 6054965. OLE color: 6054965.

HSL color Cylindrical-coordinate representation of color #35645C: hue angle of 169.79º 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 #35645C is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 53 100 92 -
CMYK 0.47 0 0.08 0.61
HSL 169.79º 0.31% 0.3% -
HSV(B) 169.79º 0.47% 0.39% -
XYZ 7.96 10.64 11.76 -
YUV 85.04 131.93 105.15 -
System Red Green Blue C M Y K H S L
Decimal 53 100 92 0.47 0 0.08 0.61 169.79 0.31 0.3
Hex 35 64 5C 2F 0 8 3D AA 1F 1E
Octal 65 144 134 57 0 10 75 252 37 36
Binary 110101 1100100 1011100 101111 0 1000 111101 10101010 11111 11110

Color Harmonies of #35645C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35645C

Black with #35645C

Text Example


Text Example

White with #35645C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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