Html Css Color HEX #348873 Viridian

📋 copy color: '#348873'

red 52 ◦ green 136 ◦ blue 115

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

Shades of Viridian #348873

Tints of Viridian #348873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.95%

R = 17.16%
G = 44.88%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#348873 (or 0x348873) is known color: Viridian. HEX triplet: 34, 88 and 73. RGB value is (52,136,115). Sum of RGB (Red+Green+Blue) = 52+136+115=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 136 (53.52% from 255 or 44.88% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 136 - color contains mainly: green. Hex color #348873 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348873 is #CB778C. Grayscale: #6C6C6C. Windows color (decimal): -13334413 or 7571508. OLE color: 7571508.

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

Color convert

RGB 52 136 115 -
CMYK 0.62 0 0.15 0.47
HSL 165º 0.45% 0.37% -
HSV(B) 165º 0.62% 0.53% -
XYZ 13.31 19.58 19.3 -
YUV 108.49 131.67 87.71 -
System Red Green Blue C M Y K H S L
Decimal 52 136 115 0.62 0 0.15 0.47 165 0.45 0.37
Hex 34 88 73 3E 0 F 2F A5 2D 25
Octal 64 210 163 76 0 17 57 245 55 45
Binary 110100 10001000 1110011 111110 0 1111 101111 10100101 101101 100101

Color Harmonies of #348873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348873

Black with #348873

Text Example


Text Example

White with #348873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348873; }

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

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

background-color css

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

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

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

border-color css

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

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

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