#348566

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

Shades of Viridian #348566

Tints of Viridian #348566

Color information

#348566 (or 0x348566) is unknown color: approx Viridian. HEX triplet: 34, 85 and 66. RGB value is (52,133,102). Sum of RGB (Red+Green+Blue) = 52+133+102=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #348566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348566 is #CB7A99. Grayscale: #696969. Windows color (decimal): -13335194 or 6718772. OLE color: 6718772.

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

Color convert

RGB52133102-
CMYK0.6100.230.48
HSL157.04º43.78%36.27%-
HSV(B)157.04º60.9%52.16%-
XYZ12.218.4615.49-
YUV105.25126.1690.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.12%
GREEN value IS 133 (52.34% from 255) = 46.34%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=18.12%
G=46.34%
B=35.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521331020.6100.230.48157.0443.7836.27
Hex3485663D017309d2c24
Octal6420514675027602355444
Binary11010010000101110011011110101011111000010011101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348566; }

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

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

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

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

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

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

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

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