#34544B

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

Shades of Spectra #34544B

Tints of Spectra #34544B

Color information

#34544B (or 0x34544B) is unknown color: approx Spectra. HEX triplet: 34, 54 and 4B. RGB value is (52,84,75). Sum of RGB (Red+Green+Blue) = 52+84+75=211 (27% of max value = 765). Red value is 52 (20.70% from 255 or 24.64% from 211); Green value is 84 (33.20% from 255 or 39.81% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 84 - color contains mainly: green. Hex color #34544B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34544B is #CBABB4. Grayscale: #494949. Windows color (decimal): -13347765 or 4936756. OLE color: 4936756.

HSL color Cylindrical-coordinate representation of color #34544B: hue angle of 163.12º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #34544B is Cyan = 0.38, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB528475-
CMYK0.3800.110.67
HSL163.12º23.53%26.67%-
HSV(B)163.12º38.1%32.94%-
XYZ5.867.587.81-
YUV73.41128.9112.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 24.64%
GREEN value IS 84 (33.20% from 255) = 39.81%
BLUE value IS 75 (29.69% from 255) = 35.55%
R=24.64%
G=39.81%
B=35.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284750.3800.110.67163.1223.5326.67
Hex34544B260B43a3181b
Octal64124113460131032433033
Binary11010010101001001011100110010111000011101000111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34544B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34544B; }

 p { color: rgb(52,84,75); }

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

<style>
 a { background-color: #34544B; }

 a { background-color: rgb(52,84,75); }

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

<style>
 span { border-color: #34544B; }

 span { border-color: rgb(52,84,75); }

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