#348872

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

Shades of Viridian #348872

Tints of Viridian #348872

Color information

#348872 (or 0x348872) is unknown color: approx Viridian. HEX triplet: 34, 88 and 72. RGB value is (52,136,114). Sum of RGB (Red+Green+Blue) = 52+136+114=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #348872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348872 is #CB778D. Grayscale: #6C6C6C. Windows color (decimal): -13334414 or 7505972. OLE color: 7505972.

HSL color Cylindrical-coordinate representation of color #348872: hue angle of 164.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348872 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB52136114-
CMYK0.6200.160.47
HSL164.29º44.68%36.86%-
HSV(B)164.29º61.76%53.33%-
XYZ13.2619.5519-
YUV108.38131.1787.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 114 (44.92% from 255) = 37.75%
R=17.22%
G=45.03%
B=37.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361140.6200.160.47164.2944.6836.86
Hex3488723E0102Fa42d25
Octal6421016276020572445545
Binary11010010001000111001011111001000010111110100100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348872; }

 p { color: rgb(52,136,114); }

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

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

 a { background-color: rgb(52,136,114); }

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

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

 span { border-color: rgb(52,136,114); }

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