Html Css Color HEX #348866 Viridian

📋 copy color: '#348866'

red 52 ◦ green 136 ◦ blue 102

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

Shades of Viridian #348866

Tints of Viridian #348866

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.9%

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

R = 17.93%
G = 46.9%
B = 35.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#348866 (or 0x348866) is known color: Viridian. HEX triplet: 34, 88 and 66. RGB value is (52,136,102). Sum of RGB (Red+Green+Blue) = 52+136+102=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 136 - color contains mainly: green. Hex color #348866 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348866 is #CB7799. Grayscale: #6B6B6B. Windows color (decimal): -13334426 or 6719540. OLE color: 6719540.

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

Color convert

RGB 52 136 102 -
CMYK 0.62 0 0.25 0.47
HSL 155.71º 0.45% 0.37% -
HSV(B) 155.71º 0.62% 0.53% -
XYZ 12.62 19.3 15.63 -
YUV 107.01 125.17 88.76 -
System Red Green Blue C M Y K H S L
Decimal 52 136 102 0.62 0 0.25 0.47 155.71 0.45 0.37
Hex 34 88 66 3E 0 19 2F 9C 2D 25
Octal 64 210 146 76 0 31 57 234 55 45
Binary 110100 10001000 1100110 111110 0 11001 101111 10011100 101101 100101

Color Harmonies of #348866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348866

Black with #348866

Text Example


Text Example

White with #348866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348866; }

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

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

background-color css

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

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

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

border-color css

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

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

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