#348466

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

Shades of Viridian #348466

Tints of Viridian #348466

Color information

#348466 (or 0x348466) is unknown color: approx Viridian. HEX triplet: 34, 84 and 66. RGB value is (52,132,102). Sum of RGB (Red+Green+Blue) = 52+132+102=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 132 (51.95% from 255 or 46.15% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 132 - color contains mainly: green. Hex color #348466 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348466 is #CB7B99. Grayscale: #686868. Windows color (decimal): -13335450 or 6718516. OLE color: 6718516.

HSL color Cylindrical-coordinate representation of color #348466: hue angle of 157.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 #348466 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB52132102-
CMYK0.6100.230.48
HSL157.5º43.48%36.08%-
HSV(B)157.5º60.61%51.76%-
XYZ12.0718.1915.45-
YUV104.66126.590.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.18%
GREEN value IS 132 (51.95% from 255) = 46.15%
BLUE value IS 102 (40.23% from 255) = 35.66%
R=18.18%
G=46.15%
B=35.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321020.6100.230.48157.543.4836.08
Hex3484663D017309e2b24
Octal6420414675027602365344
Binary11010010000100110011011110101011111000010011110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348466; }

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

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

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

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

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

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

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

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