Html Css Color HEX #348566 Viridian

📋 copy color: '#348566'

red 52 ◦ green 133 ◦ blue 102

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

Shades of Viridian #348566

Tints of Viridian #348566

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 18.12%
G = 46.34%
B = 35.54%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#348566 (or 0x348566) is known color: Viridian. HEX triplet: 34, 85 and 66. RGB value is (52,133,102). Sum of RGB (Red+Green+Blue) = 52+133+102=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 133 - color contains mainly: green. Hex color #348566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348566 is #CB7A99. Grayscale: #696969. Windows color (decimal): -13335194 or 6718772. OLE color: 6718772.

HSL color Cylindrical-coordinate representation of color #348566: hue angle of 157.04º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348566 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 102 -
CMYK 0.61 0 0.23 0.48
HSL 157.04º 0.44% 0.36% -
HSV(B) 157.04º 0.61% 0.52% -
XYZ 12.2 18.46 15.49 -
YUV 105.25 126.16 90.02 -
System Red Green Blue C M Y K H S L
Decimal 52 133 102 0.61 0 0.23 0.48 157.04 0.44 0.36
Hex 34 85 66 3D 0 17 30 9D 2C 24
Octal 64 205 146 75 0 27 60 235 54 44
Binary 110100 10000101 1100110 111101 0 10111 110000 10011101 101100 100100

Color Harmonies of #348566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348566

Black with #348566

Text Example


Text Example

White with #348566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348566; }

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

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

background-color css

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

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

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

border-color css

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

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

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