Html Css Color HEX #348F72 Viridian

📋 copy color: '#348F72'

red 52 ◦ green 143 ◦ blue 114

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

Shades of Viridian #348F72

Tints of Viridian #348F72

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.28%

 BLUE value IS 114 (44.92% from 255) = 36.89%

R = 16.83%
G = 46.28%
B = 36.89%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#348F72 (or 0x348F72) is known color: Viridian. HEX triplet: 34, 8F and 72. RGB value is (52,143,114). Sum of RGB (Red+Green+Blue) = 52+143+114=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 114 (44.92% from 255 or 36.89% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #348F72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F72 is #CB708D. Grayscale: #707070. Windows color (decimal): -13332622 or 7507764. OLE color: 7507764.

HSL color Cylindrical-coordinate representation of color #348F72: hue angle of 160.88º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F72 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 114 -
CMYK 0.64 0 0.20 0.44
HSL 160.88º 0.47% 0.38% -
HSV(B) 160.88º 0.64% 0.56% -
XYZ 14.28 21.59 19.33 -
YUV 112.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 52 143 114 0.64 0 0.20 0.44 160.88 0.47 0.38
Hex 34 8F 72 40 0 14 2C A1 2F 26
Octal 64 217 162 100 0 24 54 241 57 46
Binary 110100 10001111 1110010 1000000 0 10100 101100 10100001 101111 100110

Color Harmonies of #348F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F72

Black with #348F72

Text Example


Text Example

White with #348F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348F72; }

 p { color: rgb(52,143,114); }

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

background-color css

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

 a { background-color: rgb(52,143,114); }

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

border-color css

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

 span { border-color: rgb(52,143,114); }

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