#348364

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

Shades of Viridian #348364

Tints of Viridian #348364

Color information

#348364 (or 0x348364) is unknown color: approx Viridian. HEX triplet: 34, 83 and 64. RGB value is (52,131,100). Sum of RGB (Red+Green+Blue) = 52+131+100=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #348364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348364 is #CB7C9B. Grayscale: #676767. Windows color (decimal): -13335708 or 6587188. OLE color: 6587188.

HSL color Cylindrical-coordinate representation of color #348364: hue angle of 156.46º 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 #348364 is Cyan = 0.60, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB52131100-
CMYK0.6000.240.49
HSL156.46º43.17%35.88%-
HSV(B)156.46º60.31%51.37%-
XYZ11.8317.8814.88-
YUV103.84125.8391.02-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 131 (51.56% from 255) = 46.29%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=18.37%
G=46.29%
B=35.34%

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
Decimal521311000.6000.240.49156.4643.1735.88
Hex3483643C018319c2b24
Octal6420314474030612345344
Binary11010010000011110010011110001100011000110011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348364; }

 p { color: rgb(52,131,100); }

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

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

 a { background-color: rgb(52,131,100); }

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

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

 span { border-color: rgb(52,131,100); }

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