#348063

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

Shades of Viridian #348063

Tints of Viridian #348063

Color information

#348063 (or 0x348063) is unknown color: approx Viridian. HEX triplet: 34, 80 and 63. RGB value is (52,128,99). Sum of RGB (Red+Green+Blue) = 52+128+99=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #348063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348063 is #CB7F9C. Grayscale: #666666. Windows color (decimal): -13336477 or 6520884. OLE color: 6520884.

HSL color Cylindrical-coordinate representation of color #348063: hue angle of 157.11º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348063 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB5212899-
CMYK0.5900.230.50
HSL157.11º42.22%35.29%-
HSV(B)157.11º59.38%50.2%-
XYZ11.3917.0714.5-
YUV101.97126.3292.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 128 (50.39% from 255) = 45.88%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=18.64%
G=45.88%
B=35.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal52128990.5900.230.50157.1142.2235.29
Hex3480633B017329d2a23
Octal6420014373027622355243
Binary11010010000000110001111101101011111001010011101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348063; }

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

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

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

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

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

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

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

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