#34634F

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

Shades of Spectra #34634F

Tints of Spectra #34634F

Color information

#34634F (or 0x34634F) is unknown color: approx Spectra. HEX triplet: 34, 63 and 4F. RGB value is (52,99,79). Sum of RGB (Red+Green+Blue) = 52+99+79=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 99 (39.06% from 255 or 43.04% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 99 - color contains mainly: green. Hex color #34634F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34634F is #CB9CB0. Grayscale: #525252. Windows color (decimal): -13343921 or 5202740. OLE color: 5202740.

HSL color Cylindrical-coordinate representation of color #34634F: hue angle of 154.47º 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 #34634F is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.61.

Color convert

RGB529979-
CMYK0.4700.200.61
HSL154.47º31.13%29.61%-
HSV(B)154.47º47.47%38.82%-
XYZ7.2910.228.99-
YUV82.67125.93106.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 99 (39.06% from 255) = 43.04%
BLUE value IS 79 (31.25% from 255) = 34.35%
R=22.61%
G=43.04%
B=34.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299790.4700.200.61154.4731.1329.61
Hex34634F2F0143D9a1f1e
Octal6414311757024752323736
Binary11010011000111001111101111010100111101100110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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