Html Css Color HEX #34896F Viridian

📋 copy color: '#34896F'

red 52 ◦ green 137 ◦ blue 111

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

Shades of Viridian #34896F

Tints of Viridian #34896F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.67%

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

R = 17.33%
G = 45.67%
B = 37%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#34896F (or 0x34896F) is known color: Viridian. HEX triplet: 34, 89 and 6F. RGB value is (52,137,111). Sum of RGB (Red+Green+Blue) = 52+137+111=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 111 (43.75% from 255 or 37% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #34896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896F is #CB7690. Grayscale: #6C6C6C. Windows color (decimal): -13334161 or 7309620. OLE color: 7309620.

HSL color Cylindrical-coordinate representation of color #34896F: hue angle of 161.65º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34896F is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 111 -
CMYK 0.62 0 0.19 0.46
HSL 161.65º 0.45% 0.37% -
HSV(B) 161.65º 0.62% 0.54% -
XYZ 13.23 19.77 18.16 -
YUV 108.62 129.34 87.61 -
System Red Green Blue C M Y K H S L
Decimal 52 137 111 0.62 0 0.19 0.46 161.65 0.45 0.37
Hex 34 89 6F 3E 0 13 2E A2 2D 25
Octal 64 211 157 76 0 23 56 242 55 45
Binary 110100 10001001 1101111 111110 0 10011 101110 10100010 101101 100101

Color Harmonies of #34896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34896F

Black with #34896F

Text Example


Text Example

White with #34896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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