#348668

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

Shades of Viridian #348668

Tints of Viridian #348668

Color information

#348668 (or 0x348668) is unknown color: approx Viridian. HEX triplet: 34, 86 and 68. RGB value is (52,134,104). Sum of RGB (Red+Green+Blue) = 52+134+104=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #348668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348668 is #CB7997. Grayscale: #6A6A6A. Windows color (decimal): -13334936 or 6850100. OLE color: 6850100.

HSL color Cylindrical-coordinate representation of color #348668: hue angle of 158.05º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348668 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB52134104-
CMYK0.6100.220.47
HSL158.05º44.09%36.47%-
HSV(B)158.05º61.19%52.55%-
XYZ12.4418.7816.07-
YUV106.06126.8389.44-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 134 (52.73% from 255) = 46.21%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=17.93%
G=46.21%
B=35.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341040.6100.220.47158.0544.0936.47
Hex3486683D0162F9e2c24
Octal6420615075026572365444
Binary11010010000110110100011110101011010111110011110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348668; }

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

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

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

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

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

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

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

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