Html Css Color HEX #348971 Viridian

📋 copy color: '#348971'

red 52 ◦ green 137 ◦ blue 113

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

Shades of Viridian #348971

Tints of Viridian #348971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.42%

R = 17.22%
G = 45.36%
B = 37.42%

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

#348971 (or 0x348971) is known color: Viridian. HEX triplet: 34, 89 and 71. RGB value is (52,137,113). Sum of RGB (Red+Green+Blue) = 52+137+113=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 137 (53.91% from 255 or 45.36% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 137 - color contains mainly: green. Hex color #348971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348971 is #CB768E. Grayscale: #6C6C6C. Windows color (decimal): -13334159 or 7440692. OLE color: 7440692.

HSL color Cylindrical-coordinate representation of color #348971: hue angle of 163.06º 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 #348971 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 113 -
CMYK 0.62 0 0.18 0.46
HSL 163.06º 0.45% 0.37% -
HSV(B) 163.06º 0.62% 0.54% -
XYZ 13.34 19.81 18.74 -
YUV 108.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 52 137 113 0.62 0 0.18 0.46 163.06 0.45 0.37
Hex 34 89 71 3E 0 12 2E A3 2D 25
Octal 64 211 161 76 0 22 56 243 55 45
Binary 110100 10001001 1110001 111110 0 10010 101110 10100011 101101 100101

Color Harmonies of #348971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348971

Black with #348971

Text Example


Text Example

White with #348971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348971; }

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

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

background-color css

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

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

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

border-color css

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

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

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