Html Css Color HEX #348063 Viridian

📋 copy color: '#348063'

red 52 ◦ green 128 ◦ blue 99

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

Shades of Viridian #348063

Tints of Viridian #348063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.48%

R = 18.64%
G = 45.88%
B = 35.48%

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

#348063 (or 0x348063) is known color: Viridian. HEX triplet: 34, 80 and 63. RGB value is (52,128,99). Sum of RGB (Red+Green+Blue) = 52+128+99=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 128 (50.39% from 255 or 45.88% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 128 - color contains mainly: green. Hex color #348063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348063 is #CB7F9C. Grayscale: #666666. Windows color (decimal): -13336477 or 6520884. OLE color: 6520884.

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

Color convert

RGB 52 128 99 -
CMYK 0.59 0 0.23 0.50
HSL 157.11º 0.42% 0.35% -
HSV(B) 157.11º 0.59% 0.5% -
XYZ 11.39 17.07 14.5 -
YUV 101.97 126.32 92.36 -
System Red Green Blue C M Y K H S L
Decimal 52 128 99 0.59 0 0.23 0.50 157.11 0.42 0.35
Hex 34 80 63 3B 0 17 32 9D 2A 23
Octal 64 200 143 73 0 27 62 235 52 43
Binary 110100 10000000 1100011 111011 0 10111 110010 10011101 101010 100011

Color Harmonies of #348063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348063

Black with #348063

Text Example


Text Example

White with #348063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348063; }

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

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

background-color css

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

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

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

border-color css

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

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

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