#348168

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

Shades of Viridian #348168

Tints of Viridian #348168

Color information

#348168 (or 0x348168) is unknown color: approx Viridian. HEX triplet: 34, 81 and 68. RGB value is (52,129,104). Sum of RGB (Red+Green+Blue) = 52+129+104=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #348168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348168 is #CB7E97. Grayscale: #676767. Windows color (decimal): -13336216 or 6848820. OLE color: 6848820.

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

Color convert

RGB52129104-
CMYK0.6000.190.49
HSL160.52º42.54%35.49%-
HSV(B)160.52º59.69%50.59%-
XYZ11.7717.4315.84-
YUV103.13128.4991.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.25%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=18.25%
G=45.26%
B=36.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291040.6000.190.49160.5242.5435.49
Hex3481683C01331a12b23
Octal6420115074023612415343
Binary11010010000001110100011110001001111000110100001101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348168; }

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

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

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

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

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

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

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

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