Html Css Color HEX #349077 Viridian

📋 copy color: '#349077'

red 52 ◦ green 144 ◦ blue 119

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

Shades of Viridian #349077

Tints of Viridian #349077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.78%

R = 16.51%
G = 45.71%
B = 37.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.44

RGB Variations

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

Color information

#349077 (or 0x349077) is known color: Viridian. HEX triplet: 34, 90 and 77. RGB value is (52,144,119). Sum of RGB (Red+Green+Blue) = 52+144+119=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #349077 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349077 is #CB6F88. Grayscale: #717171. Windows color (decimal): -13332361 or 7835700. OLE color: 7835700.

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

Color convert

RGB 52 144 119 -
CMYK 0.64 0 0.17 0.44
HSL 163.7º 0.47% 0.38% -
HSV(B) 163.7º 0.64% 0.56% -
XYZ 14.72 22.01 20.93 -
YUV 113.64 131.02 84.03 -
System Red Green Blue C M Y K H S L
Decimal 52 144 119 0.64 0 0.17 0.44 163.7 0.47 0.38
Hex 34 90 77 40 0 11 2C A4 2F 26
Octal 64 220 167 100 0 21 54 244 57 46
Binary 110100 10010000 1110111 1000000 0 10001 101100 10100100 101111 100110

Color Harmonies of #349077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349077

Black with #349077

Text Example


Text Example

White with #349077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349077; }

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

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

background-color css

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

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

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

border-color css

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

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

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