Html Css Color HEX #34896A Viridian

📋 copy color: '#34896A'

red 52 ◦ green 137 ◦ blue 106

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

Shades of Viridian #34896A

Tints of Viridian #34896A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 35.93%

R = 17.63%
G = 46.44%
B = 35.93%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#34896A (or 0x34896A) is known color: Viridian. HEX triplet: 34, 89 and 6A. RGB value is (52,137,106). Sum of RGB (Red+Green+Blue) = 52+137+106=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #34896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896A is #CB7695. Grayscale: #6C6C6C. Windows color (decimal): -13334166 or 6981940. OLE color: 6981940.

HSL color Cylindrical-coordinate representation of color #34896A: hue angle of 158.12º 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 #34896A is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 106 -
CMYK 0.62 0 0.23 0.46
HSL 158.12º 0.45% 0.37% -
HSV(B) 158.12º 0.62% 0.54% -
XYZ 12.96 19.66 16.75 -
YUV 108.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 52 137 106 0.62 0 0.23 0.46 158.12 0.45 0.37
Hex 34 89 6A 3E 0 17 2E 9E 2D 25
Octal 64 211 152 76 0 27 56 236 55 45
Binary 110100 10001001 1101010 111110 0 10111 101110 10011110 101101 100101

Color Harmonies of #34896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34896A

Black with #34896A

Text Example


Text Example

White with #34896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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