Html Css Color HEX #349275 Viridian

📋 copy color: '#349275'

red 52 ◦ green 146 ◦ blue 117

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

Shades of Viridian #349275

Tints of Viridian #349275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.35%

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 16.51%
G = 46.35%
B = 37.14%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#349275 (or 0x349275) is known color: Viridian. HEX triplet: 34, 92 and 75. RGB value is (52,146,117). Sum of RGB (Red+Green+Blue) = 52+146+117=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 146 (57.42% from 255 or 46.35% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 146 - color contains mainly: green. Hex color #349275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349275 is #CB6D8A. Grayscale: #727272. Windows color (decimal): -13331851 or 7705140. OLE color: 7705140.

HSL color Cylindrical-coordinate representation of color #349275: hue angle of 161.49º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349275 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 117 -
CMYK 0.64 0 0.20 0.43
HSL 161.49º 0.47% 0.39% -
HSV(B) 161.49º 0.64% 0.57% -
XYZ 14.91 22.57 20.4 -
YUV 114.59 129.36 83.36 -
System Red Green Blue C M Y K H S L
Decimal 52 146 117 0.64 0 0.20 0.43 161.49 0.47 0.39
Hex 34 92 75 40 0 14 2B A1 2F 27
Octal 64 222 165 100 0 24 53 241 57 47
Binary 110100 10010010 1110101 1000000 0 10100 101011 10100001 101111 100111

Color Harmonies of #349275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349275

Black with #349275

Text Example


Text Example

White with #349275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349275; }

 p { color: rgb(52,146,117); }

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

background-color css

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

 a { background-color: rgb(52,146,117); }

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

border-color css

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

 span { border-color: rgb(52,146,117); }

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