Html Css Color HEX #348167 Viridian

📋 copy color: '#348167'

red 52 ◦ green 129 ◦ blue 103

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

Shades of Viridian #348167

Tints of Viridian #348167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 18.31%
G = 45.42%
B = 36.27%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#348167 (or 0x348167) is known color: Viridian. HEX triplet: 34, 81 and 67. RGB value is (52,129,103). Sum of RGB (Red+Green+Blue) = 52+129+103=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 129 (50.78% from 255 or 45.42% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 129 - color contains mainly: green. Hex color #348167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348167 is #CB7E98. Grayscale: #676767. Windows color (decimal): -13336217 or 6783284. OLE color: 6783284.

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

Color convert

RGB 52 129 103 -
CMYK 0.60 0 0.20 0.49
HSL 159.74º 0.43% 0.35% -
HSV(B) 159.74º 0.6% 0.51% -
XYZ 11.71 17.41 15.57 -
YUV 103.01 127.99 91.61 -
System Red Green Blue C M Y K H S L
Decimal 52 129 103 0.60 0 0.20 0.49 159.74 0.43 0.35
Hex 34 81 67 3C 0 14 31 A0 2B 23
Octal 64 201 147 74 0 24 61 240 53 43
Binary 110100 10000001 1100111 111100 0 10100 110001 10100000 101011 100011

Color Harmonies of #348167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348167

Black with #348167

Text Example


Text Example

White with #348167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348167; }

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

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

background-color css

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

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

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

border-color css

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

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

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