Html Css Color HEX #348061 Viridian

📋 copy color: '#348061'

red 52 ◦ green 128 ◦ blue 97

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

Shades of Viridian #348061

Tints of Viridian #348061

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 18.77%
G = 46.21%
B = 35.02%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#348061 (or 0x348061) is known color: Viridian. HEX triplet: 34, 80 and 61. RGB value is (52,128,97). Sum of RGB (Red+Green+Blue) = 52+128+97=277 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.77% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 128 - color contains mainly: green. Hex color #348061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348061 is #CB7F9E. Grayscale: #656565. Windows color (decimal): -13336479 or 6389812. OLE color: 6389812.

HSL color Cylindrical-coordinate representation of color #348061: hue angle of 155.53º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #348061 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 97 -
CMYK 0.59 0 0.24 0.50
HSL 155.53º 0.42% 0.35% -
HSV(B) 155.53º 0.59% 0.5% -
XYZ 11.29 17.03 14 -
YUV 101.74 125.32 92.52 -
System Red Green Blue C M Y K H S L
Decimal 52 128 97 0.59 0 0.24 0.50 155.53 0.42 0.35
Hex 34 80 61 3B 0 18 32 9C 2A 23
Octal 64 200 141 73 0 30 62 234 52 43
Binary 110100 10000000 1100001 111011 0 11000 110010 10011100 101010 100011

Color Harmonies of #348061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348061

Black with #348061

Text Example


Text Example

White with #348061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348061; }

 p { color: rgb(52,128,97); }

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

background-color css

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

 a { background-color: rgb(52,128,97); }

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

border-color css

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

 span { border-color: rgb(52,128,97); }

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