Html Css Color HEX #348163 Viridian

📋 copy color: '#348163'

red 52 ◦ green 129 ◦ blue 99

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

Shades of Viridian #348163

Tints of Viridian #348163

RGB

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

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

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

R = 18.57%
G = 46.07%
B = 35.36%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#348163 (or 0x348163) is known color: Viridian. HEX triplet: 34, 81 and 63. RGB value is (52,129,99). Sum of RGB (Red+Green+Blue) = 52+129+99=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #348163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348163 is #CB7E9C. Grayscale: #666666. Windows color (decimal): -13336221 or 6521140. OLE color: 6521140.

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

Color convert

RGB 52 129 99 -
CMYK 0.60 0 0.23 0.49
HSL 156.62º 0.43% 0.35% -
HSV(B) 156.62º 0.6% 0.51% -
XYZ 11.52 17.33 14.54 -
YUV 102.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 52 129 99 0.60 0 0.23 0.49 156.62 0.43 0.35
Hex 34 81 63 3C 0 17 31 9D 2B 23
Octal 64 201 143 74 0 27 61 235 53 43
Binary 110100 10000001 1100011 111100 0 10111 110001 10011101 101011 100011

Color Harmonies of #348163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348163

Black with #348163

Text Example


Text Example

White with #348163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348163; }

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

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

background-color css

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

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

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

border-color css

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

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

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