Html Css Color HEX #34856F Viridian

📋 copy color: '#34856F'

red 52 ◦ green 133 ◦ blue 111

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

Shades of Viridian #34856F

Tints of Viridian #34856F

RGB

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

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

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

R = 17.57%
G = 44.93%
B = 37.5%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#34856F (or 0x34856F) is known color: Viridian. HEX triplet: 34, 85 and 6F. RGB value is (52,133,111). Sum of RGB (Red+Green+Blue) = 52+133+111=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #34856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34856F is #CB7A90. Grayscale: #6A6A6A. Windows color (decimal): -13335185 or 7308596. OLE color: 7308596.

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

Color convert

RGB 52 133 111 -
CMYK 0.61 0 0.17 0.48
HSL 163.7º 0.44% 0.36% -
HSV(B) 163.7º 0.61% 0.52% -
XYZ 12.67 18.65 17.97 -
YUV 106.27 130.66 89.29 -
System Red Green Blue C M Y K H S L
Decimal 52 133 111 0.61 0 0.17 0.48 163.7 0.44 0.36
Hex 34 85 6F 3D 0 11 30 A4 2C 24
Octal 64 205 157 75 0 21 60 244 54 44
Binary 110100 10000101 1101111 111101 0 10001 110000 10100100 101100 100100

Color Harmonies of #34856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34856F

Black with #34856F

Text Example


Text Example

White with #34856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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