Html Css Color HEX #348B6C Viridian

📋 copy color: '#348B6C'

red 52 ◦ green 139 ◦ blue 108

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

Shades of Viridian #348B6C

Tints of Viridian #348B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 17.39%
G = 46.49%
B = 36.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#348B6C (or 0x348B6C) is known color: Viridian. HEX triplet: 34, 8B and 6C. RGB value is (52,139,108). Sum of RGB (Red+Green+Blue) = 52+139+108=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 139 (54.69% from 255 or 46.49% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 139 - color contains mainly: green. Hex color #348B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B6C is #CB7493. Grayscale: #6D6D6D. Windows color (decimal): -13333652 or 7113524. OLE color: 7113524.

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

Color convert

RGB 52 139 108 -
CMYK 0.63 0 0.22 0.45
HSL 158.62º 0.46% 0.37% -
HSV(B) 158.62º 0.63% 0.55% -
XYZ 13.36 20.28 17.4 -
YUV 109.45 127.18 87.02 -
System Red Green Blue C M Y K H S L
Decimal 52 139 108 0.63 0 0.22 0.45 158.62 0.46 0.37
Hex 34 8B 6C 3F 0 16 2D 9F 2E 25
Octal 64 213 154 77 0 26 55 237 56 45
Binary 110100 10001011 1101100 111111 0 10110 101101 10011111 101110 100101

Color Harmonies of #348B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B6C

Black with #348B6C

Text Example


Text Example

White with #348B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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