#34816A

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

Shades of Viridian #34816A

Tints of Viridian #34816A

Color information

#34816A (or 0x34816A) is unknown color: approx Viridian. HEX triplet: 34, 81 and 6A. RGB value is (52,129,106). Sum of RGB (Red+Green+Blue) = 52+129+106=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 129 (50.78% from 255 or 44.95% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 129 - color contains mainly: green. Hex color #34816A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34816A is #CB7E95. Grayscale: #676767. Windows color (decimal): -13336214 or 6979892. OLE color: 6979892.

HSL color Cylindrical-coordinate representation of color #34816A: hue angle of 162.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34816A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB52129106-
CMYK0.6000.180.49
HSL162.08º42.54%35.49%-
HSV(B)162.08º59.69%50.59%-
XYZ11.8717.4716.38-
YUV103.36129.4991.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 129 (50.78% from 255) = 44.95%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=18.12%
G=44.95%
B=36.93%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291060.6000.180.49162.0842.5435.49
Hex34816A3C01231a22b23
Octal6420115274022612425343
Binary11010010000001110101011110001001011000110100010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34816A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34816A; }

 p { color: rgb(52,129,106); }

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

<style>
 a { background-color: #34816A; }

 a { background-color: rgb(52,129,106); }

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

<style>
 span { border-color: #34816A; }

 span { border-color: rgb(52,129,106); }

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