Html Css Color HEX #348570 Viridian

📋 copy color: '#348570'

red 52 ◦ green 133 ◦ blue 112

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

Shades of Viridian #348570

Tints of Viridian #348570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.78%

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

R = 17.51%
G = 44.78%
B = 37.71%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#348570 (or 0x348570) is known color: Viridian. HEX triplet: 34, 85 and 70. RGB value is (52,133,112). Sum of RGB (Red+Green+Blue) = 52+133+112=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #348570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348570 is #CB7A8F. Grayscale: #6A6A6A. Windows color (decimal): -13335184 or 7374132. OLE color: 7374132.

HSL color Cylindrical-coordinate representation of color #348570: hue angle of 164.44º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348570 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 133 112 -
CMYK 0.61 0 0.16 0.48
HSL 164.44º 0.44% 0.36% -
HSV(B) 164.44º 0.61% 0.52% -
XYZ 12.73 18.67 18.26 -
YUV 106.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 52 133 112 0.61 0 0.16 0.48 164.44 0.44 0.36
Hex 34 85 70 3D 0 10 30 A4 2C 24
Octal 64 205 160 75 0 20 60 244 54 44
Binary 110100 10000101 1110000 111101 0 10000 110000 10100100 101100 100100

Color Harmonies of #348570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348570

Black with #348570

Text Example


Text Example

White with #348570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348570; }

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

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

background-color css

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

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

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

border-color css

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

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

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