Html Css Color HEX #34906F Viridian

📋 copy color: '#34906F'

red 52 ◦ green 144 ◦ blue 111

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

Shades of Viridian #34906F

Tints of Viridian #34906F

RGB

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

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

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

R = 16.94%
G = 46.91%
B = 36.16%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#34906F (or 0x34906F) is known color: Viridian. HEX triplet: 34, 90 and 6F. RGB value is (52,144,111). Sum of RGB (Red+Green+Blue) = 52+144+111=307 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.94% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #34906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34906F is #CB6F90. Grayscale: #707070. Windows color (decimal): -13332369 or 7311412. OLE color: 7311412.

HSL color Cylindrical-coordinate representation of color #34906F: hue angle of 158.48º 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 #34906F is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 111 -
CMYK 0.64 0 0.23 0.44
HSL 158.48º 0.47% 0.38% -
HSV(B) 158.48º 0.64% 0.56% -
XYZ 14.26 21.82 18.5 -
YUV 112.73 127.02 84.68 -
System Red Green Blue C M Y K H S L
Decimal 52 144 111 0.64 0 0.23 0.44 158.48 0.47 0.38
Hex 34 90 6F 40 0 17 2C 9E 2F 26
Octal 64 220 157 100 0 27 54 236 57 46
Binary 110100 10010000 1101111 1000000 0 10111 101100 10011110 101111 100110

Color Harmonies of #34906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34906F

Black with #34906F

Text Example


Text Example

White with #34906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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