Html Css Color HEX #348571 Viridian

📋 copy color: '#348571'

red 52 ◦ green 133 ◦ blue 113

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

Shades of Viridian #348571

Tints of Viridian #348571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 17.45%
G = 44.63%
B = 37.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#348571 (or 0x348571) is known color: Viridian. HEX triplet: 34, 85 and 71. RGB value is (52,133,113). Sum of RGB (Red+Green+Blue) = 52+133+113=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #348571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348571 is #CB7A8E. Grayscale: #6A6A6A. Windows color (decimal): -13335183 or 7439668. OLE color: 7439668.

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

Color convert

RGB 52 133 113 -
CMYK 0.61 0 0.15 0.48
HSL 165.19º 0.44% 0.36% -
HSV(B) 165.19º 0.61% 0.52% -
XYZ 12.78 18.7 18.56 -
YUV 106.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 52 133 113 0.61 0 0.15 0.48 165.19 0.44 0.36
Hex 34 85 71 3D 0 F 30 A5 2C 24
Octal 64 205 161 75 0 17 60 245 54 44
Binary 110100 10000101 1110001 111101 0 1111 110000 10100101 101100 100100

Color Harmonies of #348571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348571

Black with #348571

Text Example


Text Example

White with #348571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348571; }

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

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

background-color css

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

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

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

border-color css

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

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

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