Html Css Color HEX #348366 Viridian

📋 copy color: '#348366'

red 52 ◦ green 131 ◦ blue 102

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

Shades of Viridian #348366

Tints of Viridian #348366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 18.25%
G = 45.96%
B = 35.79%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#348366 (or 0x348366) is known color: Viridian. HEX triplet: 34, 83 and 66. RGB value is (52,131,102). Sum of RGB (Red+Green+Blue) = 52+131+102=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #348366 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348366 is #CB7C99. Grayscale: #686868. Windows color (decimal): -13335706 or 6718260. OLE color: 6718260.

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

Color convert

RGB 52 131 102 -
CMYK 0.60 0 0.22 0.49
HSL 157.97º 0.43% 0.36% -
HSV(B) 157.97º 0.6% 0.51% -
XYZ 11.93 17.92 15.4 -
YUV 104.07 126.83 90.86 -
System Red Green Blue C M Y K H S L
Decimal 52 131 102 0.60 0 0.22 0.49 157.97 0.43 0.36
Hex 34 83 66 3C 0 16 31 9E 2B 24
Octal 64 203 146 74 0 26 61 236 53 44
Binary 110100 10000011 1100110 111100 0 10110 110001 10011110 101011 100100

Color Harmonies of #348366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348366

Black with #348366

Text Example


Text Example

White with #348366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348366; }

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

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

background-color css

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

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

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

border-color css

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

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

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