#35614D

Color #35614D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #35614D

Tints of Spectra #35614D

Color information

#35614D (or 0x35614D) is unknown color: approx Spectra. HEX triplet: 35, 61 and 4D. RGB value is (53,97,77). Sum of RGB (Red+Green+Blue) = 53+97+77=227 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.35% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #35614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35614D is #CA9EB2. Grayscale: #515151. Windows color (decimal): -13278899 or 5071157. OLE color: 5071157.

HSL color Cylindrical-coordinate representation of color #35614D: hue angle of 152.73º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #35614D is Cyan = 0.45, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB539777-
CMYK0.4500.210.62
HSL152.73º29.33%29.41%-
HSV(B)152.73º45.36%38.04%-
XYZ7.089.848.55-
YUV81.56125.42107.63-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.35%
GREEN value IS 97 (38.28% from 255) = 42.73%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=23.35%
G=42.73%
B=33.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397770.4500.210.62152.7329.3329.41
Hex35614D2D0153E991d1d
Octal6514111555025762313535
Binary11010111000011001101101101010101111110100110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35614D; }

 p { color: rgb(53,97,77); }

 H1.HeaderClassName
 {
   color: #35614D;
 }
 .AnyTagClassName
 {
   color: #35614D;
 }
</style>
background-color css

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

 a { background-color: rgb(53,97,77); }

 div.DivClassName
 {
   background-color: #35614D;
 }
 .BgClassName
 {
   background-color: #35614D;
 }
</style>
border-color css

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

 span { border-color: rgb(53,97,77); }

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