Html Css Color HEX #34886D Viridian

📋 copy color: '#34886D'

red 52 ◦ green 136 ◦ blue 109

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

Shades of Viridian #34886D

Tints of Viridian #34886D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.79%

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

R = 17.51%
G = 45.79%
B = 36.7%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#34886D (or 0x34886D) is known color: Viridian. HEX triplet: 34, 88 and 6D. RGB value is (52,136,109). Sum of RGB (Red+Green+Blue) = 52+136+109=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #34886D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34886D is #CB7792. Grayscale: #6B6B6B. Windows color (decimal): -13334419 or 7178292. OLE color: 7178292.

HSL color Cylindrical-coordinate representation of color #34886D: hue angle of 160.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34886D is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 109 -
CMYK 0.62 0 0.20 0.47
HSL 160.71º 0.45% 0.37% -
HSV(B) 160.71º 0.62% 0.53% -
XYZ 12.98 19.44 17.54 -
YUV 107.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 52 136 109 0.62 0 0.20 0.47 160.71 0.45 0.37
Hex 34 88 6D 3E 0 14 2F A1 2D 25
Octal 64 210 155 76 0 24 57 241 55 45
Binary 110100 10001000 1101101 111110 0 10100 101111 10100001 101101 100101

Color Harmonies of #34886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34886D

Black with #34886D

Text Example


Text Example

White with #34886D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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