Html Css Color HEX #34876A Viridian

📋 copy color: '#34876A'

red 52 ◦ green 135 ◦ blue 106

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

Shades of Viridian #34876A

Tints of Viridian #34876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.08%

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

R = 17.75%
G = 46.08%
B = 36.18%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#34876A (or 0x34876A) is known color: Viridian. HEX triplet: 34, 87 and 6A. RGB value is (52,135,106). Sum of RGB (Red+Green+Blue) = 52+135+106=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #34876A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34876A is #CB7895. Grayscale: #6A6A6A. Windows color (decimal): -13334678 or 6981428. OLE color: 6981428.

HSL color Cylindrical-coordinate representation of color #34876A: hue angle of 159.04º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34876A is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 106 -
CMYK 0.61 0 0.21 0.47
HSL 159.04º 0.44% 0.37% -
HSV(B) 159.04º 0.61% 0.53% -
XYZ 12.68 19.1 16.65 -
YUV 106.88 127.5 88.86 -
System Red Green Blue C M Y K H S L
Decimal 52 135 106 0.61 0 0.21 0.47 159.04 0.44 0.37
Hex 34 87 6A 3D 0 15 2F 9F 2C 25
Octal 64 207 152 75 0 25 57 237 54 45
Binary 110100 10000111 1101010 111101 0 10101 101111 10011111 101100 100101

Color Harmonies of #34876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34876A

Black with #34876A

Text Example


Text Example

White with #34876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34876A; }

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

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

background-color css

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

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

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

border-color css

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

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

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