#348672

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

Shades of Viridian #348672

Tints of Viridian #348672

Color information

#348672 (or 0x348672) is unknown color: approx Viridian. HEX triplet: 34, 86 and 72. RGB value is (52,134,114). Sum of RGB (Red+Green+Blue) = 52+134+114=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #348672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348672 is #CB798D. Grayscale: #6B6B6B. Windows color (decimal): -13334926 or 7505460. OLE color: 7505460.

HSL color Cylindrical-coordinate representation of color #348672: hue angle of 165.37º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348672 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB52134114-
CMYK0.6100.150.47
HSL165.37º44.09%36.47%-
HSV(B)165.37º61.19%52.55%-
XYZ12.981918.9-
YUV107.2131.8388.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.33%
GREEN value IS 134 (52.73% from 255) = 44.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=17.33%
G=44.67%
B=38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341140.6100.150.47165.3744.0936.47
Hex3486723D0F2Fa52c24
Octal6420616275017572455444
Binary1101001000011011100101111010111110111110100101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348672; }

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

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

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

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

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

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

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

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