Html Css Color HEX #348766 Viridian

📋 copy color: '#348766'

red 52 ◦ green 135 ◦ blue 102

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

Shades of Viridian #348766

Tints of Viridian #348766

RGB

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

 GREEN value IS 135 (53.13% from 255) = 46.71%

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

R = 17.99%
G = 46.71%
B = 35.29%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#348766 (or 0x348766) is known color: Viridian. HEX triplet: 34, 87 and 66. RGB value is (52,135,102). Sum of RGB (Red+Green+Blue) = 52+135+102=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 135 (53.12% from 255 or 46.71% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 135 - color contains mainly: green. Hex color #348766 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348766 is #CB7899. Grayscale: #6A6A6A. Windows color (decimal): -13334682 or 6719284. OLE color: 6719284.

HSL color Cylindrical-coordinate representation of color #348766: hue angle of 156.14º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348766 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 102 -
CMYK 0.61 0 0.24 0.47
HSL 156.14º 0.44% 0.37% -
HSV(B) 156.14º 0.61% 0.53% -
XYZ 12.48 19.02 15.58 -
YUV 106.42 125.5 89.18 -
System Red Green Blue C M Y K H S L
Decimal 52 135 102 0.61 0 0.24 0.47 156.14 0.44 0.37
Hex 34 87 66 3D 0 18 2F 9C 2C 25
Octal 64 207 146 75 0 30 57 234 54 45
Binary 110100 10000111 1100110 111101 0 11000 101111 10011100 101100 100101

Color Harmonies of #348766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348766

Black with #348766

Text Example


Text Example

White with #348766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348766; }

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

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

background-color css

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

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

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

border-color css

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

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

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