Html Css Color HEX #34886F Viridian

📋 copy color: '#34886F'

red 52 ◦ green 136 ◦ blue 111

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

Shades of Viridian #34886F

Tints of Viridian #34886F

RGB

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

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

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

R = 17.39%
G = 45.48%
B = 37.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#34886F (or 0x34886F) is known color: Viridian. HEX triplet: 34, 88 and 6F. RGB value is (52,136,111). Sum of RGB (Red+Green+Blue) = 52+136+111=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #34886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34886F is #CB7790. Grayscale: #6C6C6C. Windows color (decimal): -13334417 or 7309364. OLE color: 7309364.

HSL color Cylindrical-coordinate representation of color #34886F: hue angle of 162.14º 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 #34886F is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 111 -
CMYK 0.62 0 0.18 0.47
HSL 162.14º 0.45% 0.37% -
HSV(B) 162.14º 0.62% 0.53% -
XYZ 13.09 19.49 18.11 -
YUV 108.03 129.67 88.03 -
System Red Green Blue C M Y K H S L
Decimal 52 136 111 0.62 0 0.18 0.47 162.14 0.45 0.37
Hex 34 88 6F 3E 0 12 2F A2 2D 25
Octal 64 210 157 76 0 22 57 242 55 45
Binary 110100 10001000 1101111 111110 0 10010 101111 10100010 101101 100101

Color Harmonies of #34886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34886F

Black with #34886F

Text Example


Text Example

White with #34886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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