Html Css Color HEX #348770 Viridian

📋 copy color: '#348770'

red 52 ◦ green 135 ◦ blue 112

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

Shades of Viridian #348770

Tints of Viridian #348770

RGB

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

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

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

R = 17.39%
G = 45.15%
B = 37.46%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#348770 (or 0x348770) is known color: Viridian. HEX triplet: 34, 87 and 70. RGB value is (52,135,112). Sum of RGB (Red+Green+Blue) = 52+135+112=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #348770 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348770 is #CB788F. Grayscale: #6B6B6B. Windows color (decimal): -13334672 or 7374644. OLE color: 7374644.

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

Color convert

RGB 52 135 112 -
CMYK 0.61 0 0.17 0.47
HSL 163.37º 0.44% 0.37% -
HSV(B) 163.37º 0.61% 0.53% -
XYZ 13 19.23 18.36 -
YUV 107.56 130.5 88.37 -
System Red Green Blue C M Y K H S L
Decimal 52 135 112 0.61 0 0.17 0.47 163.37 0.44 0.37
Hex 34 87 70 3D 0 11 2F A3 2C 25
Octal 64 207 160 75 0 21 57 243 54 45
Binary 110100 10000111 1110000 111101 0 10001 101111 10100011 101100 100101

Color Harmonies of #348770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348770

Black with #348770

Text Example


Text Example

White with #348770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348770; }

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

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

background-color css

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

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

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

border-color css

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

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

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