#348469

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

Shades of Viridian #348469

Tints of Viridian #348469

Color information

#348469 (or 0x348469) is unknown color: approx Viridian. HEX triplet: 34, 84 and 69. RGB value is (52,132,105). Sum of RGB (Red+Green+Blue) = 52+132+105=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 132 (51.95% from 255 or 45.67% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 132 - color contains mainly: green. Hex color #348469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348469 is #CB7B96. Grayscale: #696969. Windows color (decimal): -13335447 or 6915124. OLE color: 6915124.

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

Color convert

RGB52132105-
CMYK0.6100.200.48
HSL159.75º43.48%36.08%-
HSV(B)159.75º60.61%51.76%-
XYZ12.2218.2516.24-
YUV10512890.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.99%
GREEN value IS 132 (51.95% from 255) = 45.67%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=17.99%
G=45.67%
B=36.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321050.6100.200.48159.7543.4836.08
Hex3484693D01430a02b24
Octal6420415175024602405344
Binary11010010000100110100111110101010011000010100000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348469; }

 p { color: rgb(52,132,105); }

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

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

 a { background-color: rgb(52,132,105); }

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

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

 span { border-color: rgb(52,132,105); }

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