Html Css Color HEX #34856D Viridian

📋 copy color: '#34856D'

red 52 ◦ green 133 ◦ blue 109

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

Shades of Viridian #34856D

Tints of Viridian #34856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 17.69%
G = 45.24%
B = 37.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#34856D (or 0x34856D) is known color: Viridian. HEX triplet: 34, 85 and 6D. RGB value is (52,133,109). Sum of RGB (Red+Green+Blue) = 52+133+109=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #34856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34856D is #CB7A92. Grayscale: #6A6A6A. Windows color (decimal): -13335187 or 7177524. OLE color: 7177524.

HSL color Cylindrical-coordinate representation of color #34856D: hue angle of 162.22º degrees, saturation: 0.44, 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 #34856D is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 109 -
CMYK 0.61 0 0.18 0.48
HSL 162.22º 0.44% 0.36% -
HSV(B) 162.22º 0.61% 0.52% -
XYZ 12.56 18.61 17.4 -
YUV 106.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 52 133 109 0.61 0 0.18 0.48 162.22 0.44 0.36
Hex 34 85 6D 3D 0 12 30 A2 2C 24
Octal 64 205 155 75 0 22 60 242 54 44
Binary 110100 10000101 1101101 111101 0 10010 110000 10100010 101100 100100

Color Harmonies of #34856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34856D

Black with #34856D

Text Example


Text Example

White with #34856D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34856D; }

 p { color: rgb(52,133,109); }

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

background-color css

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

 a { background-color: rgb(52,133,109); }

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

border-color css

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

 span { border-color: rgb(52,133,109); }

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