Html Css Color HEX #348874 Viridian

📋 copy color: '#348874'

red 52 ◦ green 136 ◦ blue 116

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

Shades of Viridian #348874

Tints of Viridian #348874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 17.11%
G = 44.74%
B = 38.16%

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

#348874 (or 0x348874) is known color: Viridian. HEX triplet: 34, 88 and 74. RGB value is (52,136,116). Sum of RGB (Red+Green+Blue) = 52+136+116=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #348874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348874 is #CB778B. Grayscale: #6C6C6C. Windows color (decimal): -13334412 or 7637044. OLE color: 7637044.

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

Color convert

RGB 52 136 116 -
CMYK 0.62 0 0.15 0.47
HSL 165.71º 0.45% 0.37% -
HSV(B) 165.71º 0.62% 0.53% -
XYZ 13.37 19.6 19.6 -
YUV 108.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 52 136 116 0.62 0 0.15 0.47 165.71 0.45 0.37
Hex 34 88 74 3E 0 F 2F A6 2D 25
Octal 64 210 164 76 0 17 57 246 55 45
Binary 110100 10001000 1110100 111110 0 1111 101111 10100110 101101 100101

Color Harmonies of #348874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348874

Black with #348874

Text Example


Text Example

White with #348874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348874; }

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

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

background-color css

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

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

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

border-color css

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

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

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