Html Css Color HEX #34896C Viridian

📋 copy color: '#34896C'

red 52 ◦ green 137 ◦ blue 108

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

Shades of Viridian #34896C

Tints of Viridian #34896C

RGB

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

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

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

R = 17.51%
G = 46.13%
B = 36.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#34896C (or 0x34896C) is known color: Viridian. HEX triplet: 34, 89 and 6C. RGB value is (52,137,108). Sum of RGB (Red+Green+Blue) = 52+137+108=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #34896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34896C is #CB7693. Grayscale: #6C6C6C. Windows color (decimal): -13334164 or 7113012. OLE color: 7113012.

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

Color convert

RGB 52 137 108 -
CMYK 0.62 0 0.21 0.46
HSL 159.53º 0.45% 0.37% -
HSV(B) 159.53º 0.62% 0.54% -
XYZ 13.07 19.7 17.3 -
YUV 108.28 127.84 87.86 -
System Red Green Blue C M Y K H S L
Decimal 52 137 108 0.62 0 0.21 0.46 159.53 0.45 0.37
Hex 34 89 6C 3E 0 15 2E A0 2D 25
Octal 64 211 154 76 0 25 56 240 55 45
Binary 110100 10001001 1101100 111110 0 10101 101110 10100000 101101 100101

Color Harmonies of #34896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34896C

Black with #34896C

Text Example


Text Example

White with #34896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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