#348165

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

Shades of Viridian #348165

Tints of Viridian #348165

Color information

#348165 (or 0x348165) is unknown color: approx Viridian. HEX triplet: 34, 81 and 65. RGB value is (52,129,101). Sum of RGB (Red+Green+Blue) = 52+129+101=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #348165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348165 is #CB7E9A. Grayscale: #666666. Windows color (decimal): -13336219 or 6652212. OLE color: 6652212.

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

Color convert

RGB52129101-
CMYK0.6000.220.49
HSL158.18º42.54%35.49%-
HSV(B)158.18º59.69%50.59%-
XYZ11.6217.3715.05-
YUV102.78126.9991.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=18.44%
G=45.74%
B=35.82%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291010.6000.220.49158.1842.5435.49
Hex3481653C016319e2b23
Octal6420114574026612365343
Binary11010010000001110010111110001011011000110011110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348165; }

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

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

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

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

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

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

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

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