Html Css Color HEX #34826A Viridian

📋 copy color: '#34826A'

red 52 ◦ green 130 ◦ blue 106

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

Shades of Viridian #34826A

Tints of Viridian #34826A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.14%

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

R = 18.06%
G = 45.14%
B = 36.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#34826A (or 0x34826A) is known color: Viridian. HEX triplet: 34, 82 and 6A. RGB value is (52,130,106). Sum of RGB (Red+Green+Blue) = 52+130+106=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #34826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34826A is #CB7D95. Grayscale: #676767. Windows color (decimal): -13335958 or 6980148. OLE color: 6980148.

HSL color Cylindrical-coordinate representation of color #34826A: hue angle of 161.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #34826A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 106 -
CMYK 0.60 0 0.18 0.49
HSL 161.54º 0.43% 0.36% -
HSV(B) 161.54º 0.6% 0.51% -
XYZ 12 17.74 16.43 -
YUV 103.94 129.16 90.95 -
System Red Green Blue C M Y K H S L
Decimal 52 130 106 0.60 0 0.18 0.49 161.54 0.43 0.36
Hex 34 82 6A 3C 0 12 31 A2 2B 24
Octal 64 202 152 74 0 22 61 242 53 44
Binary 110100 10000010 1101010 111100 0 10010 110001 10100010 101011 100100

Color Harmonies of #34826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34826A

Black with #34826A

Text Example


Text Example

White with #34826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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