#349070

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

Shades of Viridian #349070

Tints of Viridian #349070

Color information

#349070 (or 0x349070) is unknown color: approx Viridian. HEX triplet: 34, 90 and 70. RGB value is (52,144,112). Sum of RGB (Red+Green+Blue) = 52+144+112=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 144 (56.64% from 255 or 46.75% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 144 - color contains mainly: green. Hex color #349070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349070 is #CB6F8F. Grayscale: #707070. Windows color (decimal): -13332368 or 7376948. OLE color: 7376948.

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

Color convert

RGB52144112-
CMYK0.6400.220.44
HSL159.13º46.94%38.43%-
HSV(B)159.13º63.89%56.47%-
XYZ14.3121.8518.79-
YUV112.84127.5284.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 144 (56.64% from 255) = 46.75%
BLUE value IS 112 (44.14% from 255) = 36.36%
R=16.88%
G=46.75%
B=36.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521441120.6400.220.44159.1346.9438.43
Hex349070400162C9f2f26
Octal64220160100026542375746
Binary110100100100001110000100000001011010110010011111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349070; }

 p { color: rgb(52,144,112); }

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

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

 a { background-color: rgb(52,144,112); }

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

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

 span { border-color: rgb(52,144,112); }

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