#34846E

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

Shades of Viridian #34846E

Tints of Viridian #34846E

Color information

#34846E (or 0x34846E) is unknown color: approx Viridian. HEX triplet: 34, 84 and 6E. RGB value is (52,132,110). Sum of RGB (Red+Green+Blue) = 52+132+110=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 132 (51.95% from 255 or 44.90% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 132 - color contains mainly: green. Hex color #34846E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34846E is #CB7B91. Grayscale: #696969. Windows color (decimal): -13335442 or 7242804. OLE color: 7242804.

HSL color Cylindrical-coordinate representation of color #34846E: hue angle of 163.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34846E is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB52132110-
CMYK0.6100.170.48
HSL163.5º43.48%36.08%-
HSV(B)163.5º60.61%51.76%-
XYZ12.4818.3617.64-
YUV105.57130.589.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 132 (51.95% from 255) = 44.90%
BLUE value IS 110 (43.36% from 255) = 37.41%
R=17.69%
G=44.90%
B=37.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321100.6100.170.48163.543.4836.08
Hex34846E3D01130a42b24
Octal6420415675021602445344
Binary11010010000100110111011110101000111000010100100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34846E; }

 p { color: rgb(52,132,110); }

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

<style>
 a { background-color: #34846E; }

 a { background-color: rgb(52,132,110); }

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

<style>
 span { border-color: #34846E; }

 span { border-color: rgb(52,132,110); }

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