#34703D

Color #34703D San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #34703D

Tints of San Felix #34703D

Color information

#34703D (or 0x34703D) is unknown color: approx San Felix. HEX triplet: 34, 70 and 3D. RGB value is (52,112,61). Sum of RGB (Red+Green+Blue) = 52+112+61=225 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.11% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 61 (24.22% from 255 or 27.11% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #34703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34703D is #CB8FC2. Grayscale: #585858. Windows color (decimal): -13340611 or 4026420. OLE color: 4026420.

HSL color Cylindrical-coordinate representation of color #34703D: hue angle of 129º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #34703D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.

Color convert

RGB5211261-
CMYK0.5400.460.56
HSL129º36.59%32.16%-
HSV(B)129º53.57%43.92%-
XYZ8.0512.666.43-
YUV88.25112.62102.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 23.11%
GREEN value IS 112 (44.14% from 255) = 49.78%
BLUE value IS 61 (24.22% from 255) = 27.11%
R=23.11%
G=49.78%
B=27.11%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal52112610.5400.460.5612936.5932.16
Hex34703D3602E38812520
Octal641607566056702014540
Binary1101001110000111101110110010111011100010000001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34703D; }

 p { color: rgb(52,112,61); }

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

<style>
 a { background-color: #34703D; }

 a { background-color: rgb(52,112,61); }

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

<style>
 span { border-color: #34703D; }

 span { border-color: rgb(52,112,61); }

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