#34634B

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

Shades of Spectra #34634B

Tints of Spectra #34634B

Color information

#34634B (or 0x34634B) is unknown color: approx Spectra. HEX triplet: 34, 63 and 4B. RGB value is (52,99,75). Sum of RGB (Red+Green+Blue) = 52+99+75=226 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.01% from 226); Green value is 99 (39.06% from 255 or 43.81% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 99 - color contains mainly: green. Hex color #34634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34634B is #CB9CB4. Grayscale: #525252. Windows color (decimal): -13343925 or 4940596. OLE color: 4940596.

HSL color Cylindrical-coordinate representation of color #34634B: hue angle of 149.36º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #34634B is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB529975-
CMYK0.4700.240.61
HSL149.36º31.13%29.61%-
HSV(B)149.36º47.47%38.82%-
XYZ7.1510.168.24-
YUV82.21123.93106.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.01%
GREEN value IS 99 (39.06% from 255) = 43.81%
BLUE value IS 75 (29.69% from 255) = 33.19%
R=23.01%
G=43.81%
B=33.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299750.4700.240.61149.3631.1329.61
Hex34634B2F0183D951f1e
Octal6414311357030752253736
Binary11010011000111001011101111011000111101100101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34634B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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