Html Css Color HEX #348367 Viridian

📋 copy color: '#348367'

red 52 ◦ green 131 ◦ blue 103

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

Shades of Viridian #348367

Tints of Viridian #348367

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.8%

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

R = 18.18%
G = 45.8%
B = 36.01%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#348367 (or 0x348367) is known color: Viridian. HEX triplet: 34, 83 and 67. RGB value is (52,131,103). Sum of RGB (Red+Green+Blue) = 52+131+103=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 131 (51.56% from 255 or 45.80% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 131 - color contains mainly: green. Hex color #348367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348367 is #CB7C98. Grayscale: #686868. Windows color (decimal): -13335705 or 6783796. OLE color: 6783796.

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

Color convert

RGB 52 131 103 -
CMYK 0.60 0 0.21 0.49
HSL 158.73º 0.43% 0.36% -
HSV(B) 158.73º 0.6% 0.51% -
XYZ 11.98 17.94 15.66 -
YUV 104.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 52 131 103 0.60 0 0.21 0.49 158.73 0.43 0.36
Hex 34 83 67 3C 0 15 31 9F 2B 24
Octal 64 203 147 74 0 25 61 237 53 44
Binary 110100 10000011 1100111 111100 0 10101 110001 10011111 101011 100100

Color Harmonies of #348367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348367

Black with #348367

Text Example


Text Example

White with #348367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348367; }

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

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

background-color css

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

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

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

border-color css

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

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

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