Html Css Color HEX #348162 Viridian

📋 copy color: '#348162'

red 52 ◦ green 129 ◦ blue 98

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

Shades of Viridian #348162

Tints of Viridian #348162

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.24%

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

R = 18.64%
G = 46.24%
B = 35.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#348162 (or 0x348162) is known color: Viridian. HEX triplet: 34, 81 and 62. RGB value is (52,129,98). Sum of RGB (Red+Green+Blue) = 52+129+98=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #348162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348162 is #CB7E9D. Grayscale: #666666. Windows color (decimal): -13336222 or 6455604. OLE color: 6455604.

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

Color convert

RGB 52 129 98 -
CMYK 0.60 0 0.24 0.49
HSL 155.84º 0.43% 0.35% -
HSV(B) 155.84º 0.6% 0.51% -
XYZ 11.47 17.31 14.29 -
YUV 102.44 125.49 92.02 -
System Red Green Blue C M Y K H S L
Decimal 52 129 98 0.60 0 0.24 0.49 155.84 0.43 0.35
Hex 34 81 62 3C 0 18 31 9C 2B 23
Octal 64 201 142 74 0 30 61 234 53 43
Binary 110100 10000001 1100010 111100 0 11000 110001 10011100 101011 100011

Color Harmonies of #348162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348162

Black with #348162

Text Example


Text Example

White with #348162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348162; }

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

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

background-color css

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

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

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

border-color css

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

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

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