#34775F

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

Shades of Viridian #34775F

Tints of Viridian #34775F

Color information

#34775F (or 0x34775F) is unknown color: approx Viridian. HEX triplet: 34, 77 and 5F. RGB value is (52,119,95). Sum of RGB (Red+Green+Blue) = 52+119+95=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #34775F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34775F is #CB88A0. Grayscale: #606060. Windows color (decimal): -13338785 or 6256436. OLE color: 6256436.

HSL color Cylindrical-coordinate representation of color #34775F: hue angle of 158.51º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34775F is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB5211995-
CMYK0.5600.200.53
HSL158.51º39.18%33.53%-
HSV(B)158.51º56.3%46.67%-
XYZ10.0814.7513.14-
YUV96.23127.396.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 119 (46.88% from 255) = 44.74%
BLUE value IS 95 (37.5% from 255) = 35.71%
R=19.55%
G=44.74%
B=35.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal52119950.5600.200.53158.5139.1833.53
Hex34775F38014359f2722
Octal6416713770024652374742
Binary1101001110111101111111100001010011010110011111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34775F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,119,95); }

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

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

 a { background-color: rgb(52,119,95); }

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

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

 span { border-color: rgb(52,119,95); }

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