#348B75

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

Shades of Viridian #348B75

Tints of Viridian #348B75

Color information

#348B75 (or 0x348B75) is unknown color: approx Viridian. HEX triplet: 34, 8B and 75. RGB value is (52,139,117). Sum of RGB (Red+Green+Blue) = 52+139+117=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #348B75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B75 is #CB748A. Grayscale: #6E6E6E. Windows color (decimal): -13333643 or 7703348. OLE color: 7703348.

HSL color Cylindrical-coordinate representation of color #348B75: hue angle of 164.83º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B75 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB52139117-
CMYK0.6300.160.45
HSL164.83º45.55%37.45%-
HSV(B)164.83º62.59%54.51%-
XYZ13.8620.4820.05-
YUV110.48131.6886.29-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 139 (54.69% from 255) = 45.13%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=16.88%
G=45.13%
B=37.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521391170.6300.160.45164.8345.5537.45
Hex348B753F0102Da52e25
Octal6421316577020552455645
Binary11010010001011111010111111101000010110110100101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348B75; }

 p { color: rgb(52,139,117); }

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

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

 a { background-color: rgb(52,139,117); }

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

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

 span { border-color: rgb(52,139,117); }

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