Html Css Color HEX #348365 Viridian

📋 copy color: '#348365'

red 52 ◦ green 131 ◦ blue 101

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

Shades of Viridian #348365

Tints of Viridian #348365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 18.31%
G = 46.13%
B = 35.56%

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

#348365 (or 0x348365) is known color: Viridian. HEX triplet: 34, 83 and 65. RGB value is (52,131,101). Sum of RGB (Red+Green+Blue) = 52+131+101=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #348365 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348365 is #CB7C9A. Grayscale: #676767. Windows color (decimal): -13335707 or 6652724. OLE color: 6652724.

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

Color convert

RGB 52 131 101 -
CMYK 0.60 0 0.23 0.49
HSL 157.22º 0.43% 0.36% -
HSV(B) 157.22º 0.6% 0.51% -
XYZ 11.88 17.9 15.14 -
YUV 103.96 126.33 90.94 -
System Red Green Blue C M Y K H S L
Decimal 52 131 101 0.60 0 0.23 0.49 157.22 0.43 0.36
Hex 34 83 65 3C 0 17 31 9D 2B 24
Octal 64 203 145 74 0 27 61 235 53 44
Binary 110100 10000011 1100101 111100 0 10111 110001 10011101 101011 100100

Color Harmonies of #348365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348365

Black with #348365

Text Example


Text Example

White with #348365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348365; }

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

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

background-color css

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

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

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

border-color css

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

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

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