Html Css Color HEX #357D77 Elm

📋 copy color: '#357D77'

red 53 ◦ green 125 ◦ blue 119

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

Shades of Elm #357D77

Tints of Elm #357D77

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.09%

 BLUE value IS 119 (46.88% from 255) = 40.07%

R = 17.85%
G = 42.09%
B = 40.07%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#357D77 (or 0x357D77) is known color: Elm. HEX triplet: 35, 7D and 77. RGB value is (53,125,119). Sum of RGB (Red+Green+Blue) = 53+125+119=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 125 (49.22% from 255 or 42.09% from 297); Blue value is 119 (46.88% from 255 or 40.07% from 297); Max value from RGB is 125 - color contains mainly: green. Hex color #357D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D77 is #CA8288. Grayscale: #666666. Windows color (decimal): -13271689 or 7830837. OLE color: 7830837.

HSL color Cylindrical-coordinate representation of color #357D77: hue angle of 175º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D77 is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 119 -
CMYK 0.58 0 0.05 0.51
HSL 175º 0.4% 0.35% -
HSV(B) 175º 0.58% 0.49% -
XYZ 12.13 16.76 20.05 -
YUV 102.79 137.15 92.49 -
System Red Green Blue C M Y K H S L
Decimal 53 125 119 0.58 0 0.05 0.51 175 0.4 0.35
Hex 35 7D 77 3A 0 5 33 AF 28 23
Octal 65 175 167 72 0 5 63 257 50 43
Binary 110101 1111101 1110111 111010 0 101 110011 10101111 101000 100011

Color Harmonies of #357D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D77

Black with #357D77

Text Example


Text Example

White with #357D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357D77; }

 p { color: rgb(53,125,119); }

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

background-color css

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

 a { background-color: rgb(53,125,119); }

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

border-color css

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

 span { border-color: rgb(53,125,119); }

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