Html Css Color HEX #34906D Viridian

📋 copy color: '#34906D'

red 52 ◦ green 144 ◦ blue 109

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

Shades of Viridian #34906D

Tints of Viridian #34906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 47.21%

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

R = 17.05%
G = 47.21%
B = 35.74%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#34906D (or 0x34906D) is known color: Viridian. HEX triplet: 34, 90 and 6D. RGB value is (52,144,109). Sum of RGB (Red+Green+Blue) = 52+144+109=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 144 - color contains mainly: green. Hex color #34906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34906D is #CB6F92. Grayscale: #707070. Windows color (decimal): -13332371 or 7180340. OLE color: 7180340.

HSL color Cylindrical-coordinate representation of color #34906D: hue angle of 157.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34906D is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 109 -
CMYK 0.64 0 0.24 0.44
HSL 157.17º 0.47% 0.38% -
HSV(B) 157.17º 0.64% 0.56% -
XYZ 14.15 21.78 17.93 -
YUV 112.5 126.02 84.85 -
System Red Green Blue C M Y K H S L
Decimal 52 144 109 0.64 0 0.24 0.44 157.17 0.47 0.38
Hex 34 90 6D 40 0 18 2C 9D 2F 26
Octal 64 220 155 100 0 30 54 235 57 46
Binary 110100 10010000 1101101 1000000 0 11000 101100 10011101 101111 100110

Color Harmonies of #34906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34906D

Black with #34906D

Text Example


Text Example

White with #34906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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