Html Css Color HEX #348062 Viridian

📋 copy color: '#348062'

red 52 ◦ green 128 ◦ blue 98

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

Shades of Viridian #348062

Tints of Viridian #348062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 35.25%

R = 18.71%
G = 46.04%
B = 35.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#348062 (or 0x348062) is known color: Viridian. HEX triplet: 34, 80 and 62. RGB value is (52,128,98). Sum of RGB (Red+Green+Blue) = 52+128+98=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #348062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348062 is #CB7F9D. Grayscale: #656565. Windows color (decimal): -13336478 or 6455348. OLE color: 6455348.

HSL color Cylindrical-coordinate representation of color #348062: hue angle of 156.32º 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 #348062 is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 52 128 98 -
CMYK 0.59 0 0.23 0.50
HSL 156.32º 0.42% 0.35% -
HSV(B) 156.32º 0.59% 0.5% -
XYZ 11.34 17.05 14.25 -
YUV 101.86 125.82 92.44 -
System Red Green Blue C M Y K H S L
Decimal 52 128 98 0.59 0 0.23 0.50 156.32 0.42 0.35
Hex 34 80 62 3B 0 17 32 9C 2A 23
Octal 64 200 142 73 0 27 62 234 52 43
Binary 110100 10000000 1100010 111011 0 10111 110010 10011100 101010 100011

Color Harmonies of #348062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348062

Black with #348062

Text Example


Text Example

White with #348062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348062; }

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

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

background-color css

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

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

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

border-color css

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

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

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