#35694F

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

Shades of Spectra #35694F

Tints of Spectra #35694F

Color information

#35694F (or 0x35694F) is unknown color: approx Spectra. HEX triplet: 35, 69 and 4F. RGB value is (53,105,79). Sum of RGB (Red+Green+Blue) = 53+105+79=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #35694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35694F is #CA96B0. Grayscale: #565656. Windows color (decimal): -13276849 or 5204277. OLE color: 5204277.

HSL color Cylindrical-coordinate representation of color #35694F: hue angle of 150º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #35694F is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB5310579-
CMYK0.5000.250.59
HSL150º32.91%30.98%-
HSV(B)150º49.52%41.18%-
XYZ7.9311.429.18-
YUV86.49123.77104.11-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.36%
GREEN value IS 105 (41.41% from 255) = 44.30%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=22.36%
G=44.30%
B=33.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal53105790.5000.250.5915032.9130.98
Hex35694F320193B96211f
Octal6515111762031732264137
Binary110101110100110011111100100110011110111001011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35694F; }

 p { color: rgb(53,105,79); }

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

<style>
 a { background-color: #35694F; }

 a { background-color: rgb(53,105,79); }

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

<style>
 span { border-color: #35694F; }

 span { border-color: rgb(53,105,79); }

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