#348874

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

Shades of Viridian #348874

Tints of Viridian #348874

Color information

#348874 (or 0x348874) is unknown color: approx Viridian. HEX triplet: 34, 88 and 74. RGB value is (52,136,116). Sum of RGB (Red+Green+Blue) = 52+136+116=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #348874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348874 is #CB778B. Grayscale: #6C6C6C. Windows color (decimal): -13334412 or 7637044. OLE color: 7637044.

HSL color Cylindrical-coordinate representation of color #348874: hue angle of 165.71º 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 #348874 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB52136116-
CMYK0.6200.150.47
HSL165.71º44.68%36.86%-
HSV(B)165.71º61.76%53.33%-
XYZ13.3719.619.6-
YUV108.6132.1787.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.11%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=17.11%
G=44.74%
B=38.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521361160.6200.150.47165.7144.6836.86
Hex3488743E0F2Fa62d25
Octal6421016476017572465545
Binary1101001000100011101001111100111110111110100110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348874; }

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

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

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

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

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

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

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

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