Html Css Color HEX #348970 Viridian

📋 copy color: '#348970'

red 52 ◦ green 137 ◦ blue 112

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

Shades of Viridian #348970

Tints of Viridian #348970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.51%

 BLUE value IS 112 (44.14% from 255) = 37.21%

R = 17.28%
G = 45.51%
B = 37.21%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#348970 (or 0x348970) is known color: Viridian. HEX triplet: 34, 89 and 70. RGB value is (52,137,112). Sum of RGB (Red+Green+Blue) = 52+137+112=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 137 (53.91% from 255 or 45.51% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 137 - color contains mainly: green. Hex color #348970 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348970 is #CB768F. Grayscale: #6C6C6C. Windows color (decimal): -13334160 or 7375156. OLE color: 7375156.

HSL color Cylindrical-coordinate representation of color #348970: hue angle of 162.35º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348970 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 112 -
CMYK 0.62 0 0.18 0.46
HSL 162.35º 0.45% 0.37% -
HSV(B) 162.35º 0.62% 0.54% -
XYZ 13.29 19.79 18.45 -
YUV 108.74 129.84 87.53 -
System Red Green Blue C M Y K H S L
Decimal 52 137 112 0.62 0 0.18 0.46 162.35 0.45 0.37
Hex 34 89 70 3E 0 12 2E A2 2D 25
Octal 64 211 160 76 0 22 56 242 55 45
Binary 110100 10001001 1110000 111110 0 10010 101110 10100010 101101 100101

Color Harmonies of #348970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348970

Black with #348970

Text Example


Text Example

White with #348970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348970; }

 p { color: rgb(52,137,112); }

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

background-color css

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

 a { background-color: rgb(52,137,112); }

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

border-color css

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

 span { border-color: rgb(52,137,112); }

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