Html Css Color HEX #34846A Viridian

📋 copy color: '#34846A'

red 52 ◦ green 132 ◦ blue 106

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

Shades of Viridian #34846A

Tints of Viridian #34846A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.52%

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

R = 17.93%
G = 45.52%
B = 36.55%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#34846A (or 0x34846A) is known color: Viridian. HEX triplet: 34, 84 and 6A. RGB value is (52,132,106). Sum of RGB (Red+Green+Blue) = 52+132+106=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 132 (51.95% from 255 or 45.52% from 290); Blue value is 106 (41.80% from 255 or 36.55% from 290); Max value from RGB is 132 - color contains mainly: green. Hex color #34846A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34846A is #CB7B95. Grayscale: #696969. Windows color (decimal): -13335446 or 6980660. OLE color: 6980660.

HSL color Cylindrical-coordinate representation of color #34846A: hue angle of 160.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34846A is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 106 -
CMYK 0.61 0 0.20 0.48
HSL 160.5º 0.43% 0.36% -
HSV(B) 160.5º 0.61% 0.52% -
XYZ 12.27 18.27 16.52 -
YUV 105.12 128.5 90.11 -
System Red Green Blue C M Y K H S L
Decimal 52 132 106 0.61 0 0.20 0.48 160.5 0.43 0.36
Hex 34 84 6A 3D 0 14 30 A0 2B 24
Octal 64 204 152 75 0 24 60 240 53 44
Binary 110100 10000100 1101010 111101 0 10100 110000 10100000 101011 100100

Color Harmonies of #34846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34846A

Black with #34846A

Text Example


Text Example

White with #34846A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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