Html Css Color HEX #348870 Viridian

📋 copy color: '#348870'

red 52 ◦ green 136 ◦ blue 112

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

Shades of Viridian #348870

Tints of Viridian #348870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.33%

R = 17.33%
G = 45.33%
B = 37.33%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#348870 (or 0x348870) is known color: Viridian. HEX triplet: 34, 88 and 70. RGB value is (52,136,112). Sum of RGB (Red+Green+Blue) = 52+136+112=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 136 (53.52% from 255 or 45.33% from 300); Blue value is 112 (44.14% from 255 or 37.33% from 300); Max value from RGB is 136 - color contains mainly: green. Hex color #348870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348870 is #CB778F. Grayscale: #6C6C6C. Windows color (decimal): -13334416 or 7374900. OLE color: 7374900.

HSL color Cylindrical-coordinate representation of color #348870: hue angle of 162.86º 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 #348870 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 112 -
CMYK 0.62 0 0.18 0.47
HSL 162.86º 0.45% 0.37% -
HSV(B) 162.86º 0.62% 0.53% -
XYZ 13.14 19.51 18.4 -
YUV 108.15 130.17 87.95 -
System Red Green Blue C M Y K H S L
Decimal 52 136 112 0.62 0 0.18 0.47 162.86 0.45 0.37
Hex 34 88 70 3E 0 12 2F A3 2D 25
Octal 64 210 160 76 0 22 57 243 55 45
Binary 110100 10001000 1110000 111110 0 10010 101111 10100011 101101 100101

Color Harmonies of #348870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348870

Black with #348870

Text Example


Text Example

White with #348870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348870; }

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

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

background-color css

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

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

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

border-color css

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

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

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