Html Css Color HEX #348262 Viridian

📋 copy color: '#348262'

red 52 ◦ green 130 ◦ blue 98

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

Shades of Viridian #348262

Tints of Viridian #348262

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 18.57%
G = 46.43%
B = 35%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#348262 (or 0x348262) is known color: Viridian. HEX triplet: 34, 82 and 62. RGB value is (52,130,98). Sum of RGB (Red+Green+Blue) = 52+130+98=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #348262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348262 is #CB7D9D. Grayscale: #676767. Windows color (decimal): -13335966 or 6455860. OLE color: 6455860.

HSL color Cylindrical-coordinate representation of color #348262: hue angle of 155.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348262 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 52 130 98 -
CMYK 0.60 0 0.25 0.49
HSL 155.38º 0.43% 0.36% -
HSV(B) 155.38º 0.6% 0.51% -
XYZ 11.6 17.58 14.34 -
YUV 103.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 52 130 98 0.60 0 0.25 0.49 155.38 0.43 0.36
Hex 34 82 62 3C 0 19 31 9B 2B 24
Octal 64 202 142 74 0 31 61 233 53 44
Binary 110100 10000010 1100010 111100 0 11001 110001 10011011 101011 100100

Color Harmonies of #348262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348262

Black with #348262

Text Example


Text Example

White with #348262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348262; }

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

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

background-color css

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

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

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

border-color css

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

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

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