Html Css Color HEX #35887E Elm

📋 copy color: '#35887E'

red 53 ◦ green 136 ◦ blue 126

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

Shades of Elm #35887E

Tints of Elm #35887E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.17%

 BLUE value IS 126 (49.61% from 255) = 40%

R = 16.83%
G = 43.17%
B = 40%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#35887E (or 0x35887E) is known color: Elm. HEX triplet: 35, 88 and 7E. RGB value is (53,136,126). Sum of RGB (Red+Green+Blue) = 53+136+126=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #35887E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35887E is #CA7781. Grayscale: #6D6D6D. Windows color (decimal): -13268866 or 8292405. OLE color: 8292405.

HSL color Cylindrical-coordinate representation of color #35887E: hue angle of 172.77º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35887E is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 126 -
CMYK 0.61 0 0.07 0.47
HSL 172.77º 0.44% 0.37% -
HSV(B) 172.77º 0.61% 0.53% -
XYZ 14.04 19.87 22.83 -
YUV 110.04 137 87.31 -
System Red Green Blue C M Y K H S L
Decimal 53 136 126 0.61 0 0.07 0.47 172.77 0.44 0.37
Hex 35 88 7E 3D 0 7 2F AD 2C 25
Octal 65 210 176 75 0 7 57 255 54 45
Binary 110101 10001000 1111110 111101 0 111 101111 10101101 101100 100101

Color Harmonies of #35887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35887E

Black with #35887E

Text Example


Text Example

White with #35887E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35887E; }

 p { color: rgb(53,136,126); }

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

background-color css

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

 a { background-color: rgb(53,136,126); }

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

border-color css

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

 span { border-color: rgb(53,136,126); }

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