Html Css Color HEX #35867A Elm

📋 copy color: '#35867A'

red 53 ◦ green 134 ◦ blue 122

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

Shades of Elm #35867A

Tints of Elm #35867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.37%

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

R = 17.15%
G = 43.37%
B = 39.48%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#35867A (or 0x35867A) is known color: Elm. HEX triplet: 35, 86 and 7A. RGB value is (53,134,122). Sum of RGB (Red+Green+Blue) = 53+134+122=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 134 (52.73% from 255 or 43.37% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 134 - color contains mainly: green. Hex color #35867A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35867A is #CA7985. Grayscale: #6C6C6C. Windows color (decimal): -13269382 or 8029749. OLE color: 8029749.

HSL color Cylindrical-coordinate representation of color #35867A: hue angle of 171.11º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35867A is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 122 -
CMYK 0.60 0 0.09 0.47
HSL 171.11º 0.43% 0.37% -
HSV(B) 171.11º 0.6% 0.53% -
XYZ 13.51 19.21 21.41 -
YUV 108.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 53 134 122 0.60 0 0.09 0.47 171.11 0.43 0.37
Hex 35 86 7A 3C 0 9 2F AB 2B 25
Octal 65 206 172 74 0 11 57 253 53 45
Binary 110101 10000110 1111010 111100 0 1001 101111 10101011 101011 100101

Color Harmonies of #35867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35867A

Black with #35867A

Text Example


Text Example

White with #35867A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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