Html Css Color HEX #34866C Viridian

📋 copy color: '#34866C'

red 52 ◦ green 134 ◦ blue 108

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

Shades of Viridian #34866C

Tints of Viridian #34866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 45.58%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 17.69%
G = 45.58%
B = 36.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#34866C (or 0x34866C) is known color: Viridian. HEX triplet: 34, 86 and 6C. RGB value is (52,134,108). Sum of RGB (Red+Green+Blue) = 52+134+108=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #34866C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34866C is #CB7993. Grayscale: #6A6A6A. Windows color (decimal): -13334932 or 7112244. OLE color: 7112244.

HSL color Cylindrical-coordinate representation of color #34866C: hue angle of 160.98º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #34866C is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 134 108 -
CMYK 0.61 0 0.19 0.47
HSL 160.98º 0.44% 0.36% -
HSV(B) 160.98º 0.61% 0.53% -
XYZ 12.65 18.86 17.16 -
YUV 106.52 128.83 89.11 -
System Red Green Blue C M Y K H S L
Decimal 52 134 108 0.61 0 0.19 0.47 160.98 0.44 0.36
Hex 34 86 6C 3D 0 13 2F A1 2C 24
Octal 64 206 154 75 0 23 57 241 54 44
Binary 110100 10000110 1101100 111101 0 10011 101111 10100001 101100 100100

Color Harmonies of #34866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34866C

Black with #34866C

Text Example


Text Example

White with #34866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34866C; }

 p { color: rgb(52,134,108); }

 H1.HeaderClassName
 {
   color: #34866C;
 }
 .AnyTagClassName
 {
   color: #34866C;
 }
</style>

background-color css

<style>
 a { background-color: #34866C; }

 a { background-color: rgb(52,134,108); }

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

border-color css

<style>
 span { border-color: #34866C; }

 span { border-color: rgb(52,134,108); }

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