Html Css Color HEX #348872 Viridian

📋 copy color: '#348872'

red 52 ◦ green 136 ◦ blue 114

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

Shades of Viridian #348872

Tints of Viridian #348872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 17.22%
G = 45.03%
B = 37.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#348872 (or 0x348872) is known color: Viridian. HEX triplet: 34, 88 and 72. RGB value is (52,136,114). Sum of RGB (Red+Green+Blue) = 52+136+114=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #348872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348872 is #CB778D. Grayscale: #6C6C6C. Windows color (decimal): -13334414 or 7505972. OLE color: 7505972.

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

Color convert

RGB 52 136 114 -
CMYK 0.62 0 0.16 0.47
HSL 164.29º 0.45% 0.37% -
HSV(B) 164.29º 0.62% 0.53% -
XYZ 13.26 19.55 19 -
YUV 108.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 52 136 114 0.62 0 0.16 0.47 164.29 0.45 0.37
Hex 34 88 72 3E 0 10 2F A4 2D 25
Octal 64 210 162 76 0 20 57 244 55 45
Binary 110100 10001000 1110010 111110 0 10000 101111 10100100 101101 100101

Color Harmonies of #348872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348872

Black with #348872

Text Example


Text Example

White with #348872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348872; }

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

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

background-color css

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

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

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

border-color css

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

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

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