Html Css Color HEX #348774 Viridian

📋 copy color: '#348774'

red 52 ◦ green 135 ◦ blue 116

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

Shades of Viridian #348774

Tints of Viridian #348774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.55%

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

R = 17.16%
G = 44.55%
B = 38.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#348774 (or 0x348774) is known color: Viridian. HEX triplet: 34, 87 and 74. RGB value is (52,135,116). Sum of RGB (Red+Green+Blue) = 52+135+116=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 135 (53.12% from 255 or 44.55% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 135 - color contains mainly: green. Hex color #348774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348774 is #CB788B. Grayscale: #6C6C6C. Windows color (decimal): -13334668 or 7636788. OLE color: 7636788.

HSL color Cylindrical-coordinate representation of color #348774: hue angle of 166.27º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348774 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 135 116 -
CMYK 0.61 0 0.14 0.47
HSL 166.27º 0.44% 0.37% -
HSV(B) 166.27º 0.61% 0.53% -
XYZ 13.23 19.32 19.55 -
YUV 108.02 132.5 88.04 -
System Red Green Blue C M Y K H S L
Decimal 52 135 116 0.61 0 0.14 0.47 166.27 0.44 0.37
Hex 34 87 74 3D 0 E 2F A6 2C 25
Octal 64 207 164 75 0 16 57 246 54 45
Binary 110100 10000111 1110100 111101 0 1110 101111 10100110 101100 100101

Color Harmonies of #348774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348774

Black with #348774

Text Example


Text Example

White with #348774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348774; }

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

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

background-color css

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

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

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

border-color css

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

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

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