#348166

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

Shades of Viridian #348166

Tints of Viridian #348166

Color information

#348166 (or 0x348166) is unknown color: approx Viridian. HEX triplet: 34, 81 and 66. RGB value is (52,129,102). Sum of RGB (Red+Green+Blue) = 52+129+102=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 129 - color contains mainly: green. Hex color #348166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348166 is #CB7E99. Grayscale: #666666. Windows color (decimal): -13336218 or 6717748. OLE color: 6717748.

HSL color Cylindrical-coordinate representation of color #348166: hue angle of 158.96º 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 #348166 is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB52129102-
CMYK0.6000.210.49
HSL158.96º42.54%35.49%-
HSV(B)158.96º59.69%50.59%-
XYZ11.6617.3915.31-
YUV102.9127.4991.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 129 (50.78% from 255) = 45.58%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=18.37%
G=45.58%
B=36.04%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291020.6000.210.49158.9642.5435.49
Hex3481663C015319f2b23
Octal6420114674025612375343
Binary11010010000001110011011110001010111000110011111101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348166; }

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

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

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

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

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

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

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

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