Html Css Color HEX #35807A Elm

📋 copy color: '#35807A'

red 53 ◦ green 128 ◦ blue 122

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

Shades of Elm #35807A

Tints of Elm #35807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.24%

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 17.49%
G = 42.24%
B = 40.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.05

 K value IS 0.50

RGB Variations

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

Color information

#35807A (or 0x35807A) is known color: Elm. HEX triplet: 35, 80 and 7A. RGB value is (53,128,122). Sum of RGB (Red+Green+Blue) = 53+128+122=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #35807A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35807A is #CA7F85. Grayscale: #686868. Windows color (decimal): -13270918 or 8028213. OLE color: 8028213.

HSL color Cylindrical-coordinate representation of color #35807A: hue angle of 175.2º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #35807A is Cyan = 0.59, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 128 122 -
CMYK 0.59 0 0.05 0.50
HSL 175.2º 0.41% 0.35% -
HSV(B) 175.2º 0.59% 0.5% -
XYZ 12.7 17.6 21.14 -
YUV 104.89 137.65 90.99 -
System Red Green Blue C M Y K H S L
Decimal 53 128 122 0.59 0 0.05 0.50 175.2 0.41 0.35
Hex 35 80 7A 3B 0 5 32 AF 29 23
Octal 65 200 172 73 0 5 62 257 51 43
Binary 110101 10000000 1111010 111011 0 101 110010 10101111 101001 100011

Color Harmonies of #35807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35807A

Black with #35807A

Text Example


Text Example

White with #35807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35807A; }

 p { color: rgb(53,128,122); }

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

background-color css

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

 a { background-color: rgb(53,128,122); }

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

border-color css

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

 span { border-color: rgb(53,128,122); }

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