Html Css Color HEX #357975 Elm

📋 copy color: '#357975'

red 53 ◦ green 121 ◦ blue 117

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

Shades of Elm #357975

Tints of Elm #357975

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

 BLUE value IS 117 (46.09% from 255) = 40.21%

R = 18.21%
G = 41.58%
B = 40.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.03

 K value IS 0.53

RGB Variations

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

Color information

#357975 (or 0x357975) is known color: Elm. HEX triplet: 35, 79 and 75. RGB value is (53,121,117). Sum of RGB (Red+Green+Blue) = 53+121+117=291 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.21% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 117 (46.09% from 255 or 40.21% from 291); Max value from RGB is 121 - color contains mainly: green. Hex color #357975 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357975 is #CA868A. Grayscale: #646464. Windows color (decimal): -13272715 or 7698741. OLE color: 7698741.

HSL color Cylindrical-coordinate representation of color #357975: hue angle of 176.47º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #357975 is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 121 117 -
CMYK 0.56 0 0.03 0.53
HSL 176.47º 0.39% 0.34% -
HSV(B) 176.47º 0.56% 0.47% -
XYZ 11.52 15.72 19.26 -
YUV 100.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 53 121 117 0.56 0 0.03 0.53 176.47 0.39 0.34
Hex 35 79 75 38 0 3 35 B0 27 22
Octal 65 171 165 70 0 3 65 260 47 42
Binary 110101 1111001 1110101 111000 0 11 110101 10110000 100111 100010

Color Harmonies of #357975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357975

Black with #357975

Text Example


Text Example

White with #357975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357975; }

 p { color: rgb(53,121,117); }

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

background-color css

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

 a { background-color: rgb(53,121,117); }

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

border-color css

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

 span { border-color: rgb(53,121,117); }

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