#35614C

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

Shades of Spectra #35614C

Tints of Spectra #35614C

Color information

#35614C (or 0x35614C) is unknown color: approx Spectra. HEX triplet: 35, 61 and 4C. RGB value is (53,97,76). Sum of RGB (Red+Green+Blue) = 53+97+76=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 97 (38.28% from 255 or 42.92% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 97 - color contains mainly: green. Hex color #35614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35614C is #CA9EB3. Grayscale: #515151. Windows color (decimal): -13278900 or 5005621. OLE color: 5005621.

HSL color Cylindrical-coordinate representation of color #35614C: hue angle of 151.36º 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 #35614C is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB539776-
CMYK0.4500.220.62
HSL151.36º29.33%29.41%-
HSV(B)151.36º45.36%38.04%-
XYZ7.059.838.36-
YUV81.45124.92107.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 97 (38.28% from 255) = 42.92%
BLUE value IS 76 (30.08% from 255) = 33.63%
R=23.45%
G=42.92%
B=33.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397760.4500.220.62151.3629.3329.41
Hex35614C2D0163E971d1d
Octal6514111455026762273535
Binary11010111000011001100101101010110111110100101111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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