Html Css Color HEX #348B77 Viridian

📋 copy color: '#348B77'

red 52 ◦ green 139 ◦ blue 119

#348B77
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viridian #348B77

Tints of Viridian #348B77

RGB

 RED value IS 52 (20.7% from 255) = 16.77%

 GREEN value IS 139 (54.69% from 255) = 44.84%

 BLUE value IS 119 (46.88% from 255) = 38.39%

R = 16.77%
G = 44.84%
B = 38.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#348B77 (or 0x348B77) is known color: Viridian. HEX triplet: 34, 8B and 77. RGB value is (52,139,119). Sum of RGB (Red+Green+Blue) = 52+139+119=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 139 (54.69% from 255 or 44.84% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 139 - color contains mainly: green. Hex color #348B77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B77 is #CB7488. Grayscale: #6E6E6E. Windows color (decimal): -13333641 or 7834420. OLE color: 7834420.

HSL color Cylindrical-coordinate representation of color #348B77: hue angle of 166.21º 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 #348B77 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 119 -
CMYK 0.63 0 0.14 0.45
HSL 166.21º 0.46% 0.37% -
HSV(B) 166.21º 0.63% 0.55% -
XYZ 13.98 20.53 20.68 -
YUV 110.71 132.68 86.13 -
System Red Green Blue C M Y K H S L
Decimal 52 139 119 0.63 0 0.14 0.45 166.21 0.46 0.37
Hex 34 8B 77 3F 0 E 2D A6 2E 25
Octal 64 213 167 77 0 16 55 246 56 45
Binary 110100 10001011 1110111 111111 0 1110 101101 10100110 101110 100101

Color Harmonies of #348B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B77

Black with #348B77

Text Example


Text Example

White with #348B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #348B77;
 }
 .AnyTagClassName
 {
   color: #348B77;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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