#348967

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

Shades of Viridian #348967

Tints of Viridian #348967

Color information

#348967 (or 0x348967) is unknown color: approx Viridian. HEX triplet: 34, 89 and 67. RGB value is (52,137,103). Sum of RGB (Red+Green+Blue) = 52+137+103=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 137 - color contains mainly: green. Hex color #348967 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348967 is #CB7698. Grayscale: #6B6B6B. Windows color (decimal): -13334169 or 6785332. OLE color: 6785332.

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

Color convert

RGB52137103-
CMYK0.6200.250.46
HSL156º44.97%37.06%-
HSV(B)156º62.04%53.73%-
XYZ12.8119.615.94-
YUV107.71125.3488.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 137 (53.91% from 255) = 46.92%
BLUE value IS 103 (40.62% from 255) = 35.27%
R=17.81%
G=46.92%
B=35.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371030.6200.250.4615644.9737.06
Hex3489673E0192E9c2d25
Octal6421114776031562345545
Binary11010010001001110011111111001100110111010011100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348967; }

 p { color: rgb(52,137,103); }

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

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

 a { background-color: rgb(52,137,103); }

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

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

 span { border-color: rgb(52,137,103); }

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