#348568

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

Shades of Viridian #348568

Tints of Viridian #348568

Color information

#348568 (or 0x348568) is unknown color: approx Viridian. HEX triplet: 34, 85 and 68. RGB value is (52,133,104). Sum of RGB (Red+Green+Blue) = 52+133+104=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #348568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348568 is #CB7A97. Grayscale: #696969. Windows color (decimal): -13335192 or 6849844. OLE color: 6849844.

HSL color Cylindrical-coordinate representation of color #348568: hue angle of 158.52º degrees, saturation: 0.44, 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 #348568 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB52133104-
CMYK0.6100.220.48
HSL158.52º43.78%36.27%-
HSV(B)158.52º60.9%52.16%-
XYZ12.318.516.02-
YUV105.48127.1689.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 46.02%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=17.99%
G=46.02%
B=35.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331040.6100.220.48158.5243.7836.27
Hex3485683D016309f2c24
Octal6420515075026602375444
Binary11010010000101110100011110101011011000010011111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348568; }

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

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

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

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

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

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

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

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