#348263

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

Shades of Viridian #348263

Tints of Viridian #348263

Color information

#348263 (or 0x348263) is unknown color: approx Viridian. HEX triplet: 34, 82 and 63. RGB value is (52,130,99). Sum of RGB (Red+Green+Blue) = 52+130+99=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #348263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348263 is #CB7D9C. Grayscale: #676767. Windows color (decimal): -13335965 or 6521396. OLE color: 6521396.

HSL color Cylindrical-coordinate representation of color #348263: hue angle of 156.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348263 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB5213099-
CMYK0.6000.240.49
HSL156.15º42.86%35.69%-
HSV(B)156.15º60%50.98%-
XYZ11.6517.614.59-
YUV103.14125.6691.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=18.51%
G=46.26%
B=35.23%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal52130990.6000.240.49156.1542.8635.69
Hex3482633C018319c2b24
Octal6420214374030612345344
Binary11010010000010110001111110001100011000110011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348263; }

 p { color: rgb(52,130,99); }

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

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

 a { background-color: rgb(52,130,99); }

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

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

 span { border-color: rgb(52,130,99); }

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