Html Css Color HEX #348B6A Viridian

📋 copy color: '#348B6A'

red 52 ◦ green 139 ◦ blue 106

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

Shades of Viridian #348B6A

Tints of Viridian #348B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.69%

R = 17.51%
G = 46.8%
B = 35.69%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#348B6A (or 0x348B6A) is known color: Viridian. HEX triplet: 34, 8B and 6A. RGB value is (52,139,106). Sum of RGB (Red+Green+Blue) = 52+139+106=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 106 (41.80% from 255 or 35.69% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6A is #CB7495. Grayscale: #6D6D6D. Windows color (decimal): -13333654 or 6982452. OLE color: 6982452.

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

Color convert

RGB 52 139 106 -
CMYK 0.63 0 0.24 0.45
HSL 157.24º 0.46% 0.37% -
HSV(B) 157.24º 0.63% 0.55% -
XYZ 13.25 20.24 16.84 -
YUV 109.23 126.18 87.18 -
System Red Green Blue C M Y K H S L
Decimal 52 139 106 0.63 0 0.24 0.45 157.24 0.46 0.37
Hex 34 8B 6A 3F 0 18 2D 9D 2E 25
Octal 64 213 152 77 0 30 55 235 56 45
Binary 110100 10001011 1101010 111111 0 11000 101101 10011101 101110 100101

Color Harmonies of #348B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B6A

Black with #348B6A

Text Example


Text Example

White with #348B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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