Html Css Color HEX #34846F Viridian

📋 copy color: '#34846F'

red 52 ◦ green 132 ◦ blue 111

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

Shades of Viridian #34846F

Tints of Viridian #34846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 17.63%
G = 44.75%
B = 37.63%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#34846F (or 0x34846F) is known color: Viridian. HEX triplet: 34, 84 and 6F. RGB value is (52,132,111). Sum of RGB (Red+Green+Blue) = 52+132+111=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #34846F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34846F is #CB7B90. Grayscale: #696969. Windows color (decimal): -13335441 or 7308340. OLE color: 7308340.

HSL color Cylindrical-coordinate representation of color #34846F: hue angle of 164.25º 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 #34846F is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 132 111 -
CMYK 0.61 0 0.16 0.48
HSL 164.25º 0.43% 0.36% -
HSV(B) 164.25º 0.61% 0.52% -
XYZ 12.54 18.38 17.93 -
YUV 105.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 52 132 111 0.61 0 0.16 0.48 164.25 0.43 0.36
Hex 34 84 6F 3D 0 10 30 A4 2B 24
Octal 64 204 157 75 0 20 60 244 53 44
Binary 110100 10000100 1101111 111101 0 10000 110000 10100100 101011 100100

Color Harmonies of #34846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34846F

Black with #34846F

Text Example


Text Example

White with #34846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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