#34604B

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

Shades of Spectra #34604B

Tints of Spectra #34604B

Color information

#34604B (or 0x34604B) is unknown color: approx Spectra. HEX triplet: 34, 60 and 4B. RGB value is (52,96,75). Sum of RGB (Red+Green+Blue) = 52+96+75=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 75 (29.69% from 255 or 33.63% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #34604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34604B is #CB9FB4. Grayscale: #505050. Windows color (decimal): -13344693 or 4939828. OLE color: 4939828.

HSL color Cylindrical-coordinate representation of color #34604B: hue angle of 151.36º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34604B is Cyan = 0.46, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB529675-
CMYK0.4600.220.62
HSL151.36º29.73%29.02%-
HSV(B)151.36º45.83%37.65%-
XYZ6.879.68.15-
YUV80.45124.92107.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.32%
GREEN value IS 96 (37.89% from 255) = 43.05%
BLUE value IS 75 (29.69% from 255) = 33.63%
R=23.32%
G=43.05%
B=33.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5296750.4600.220.62151.3629.7329.02
Hex34604B2E0163E971e1d
Octal6414011356026762273635
Binary11010011000001001011101110010110111110100101111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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