Html Css Color HEX #478572 Viridian

📋 copy color: '#478572'

red 71 ◦ green 133 ◦ blue 114

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

Shades of Viridian #478572

Tints of Viridian #478572

RGB

 RED value IS 71 (28.13% from 255) = 22.33%

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

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

R = 22.33%
G = 41.82%
B = 35.85%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#478572 (or 0x478572) is known color: Viridian. HEX triplet: 47, 85 and 72. RGB value is (71,133,114). Sum of RGB (Red+Green+Blue) = 71+133+114=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #478572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478572 is #B87A8D. Grayscale: #707070. Windows color (decimal): -12089998 or 7505223. OLE color: 7505223.

HSL color Cylindrical-coordinate representation of color #478572: hue angle of 161.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478572 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 133 114 -
CMYK 0.47 0 0.14 0.48
HSL 161.61º 0.3% 0.4% -
HSV(B) 161.61º 0.47% 0.52% -
XYZ 14.02 19.33 18.91 -
YUV 112.3 128.96 98.54 -
System Red Green Blue C M Y K H S L
Decimal 71 133 114 0.47 0 0.14 0.48 161.61 0.3 0.4
Hex 47 85 72 2F 0 E 30 A2 1E 28
Octal 107 205 162 57 0 16 60 242 36 50
Binary 1000111 10000101 1110010 101111 0 1110 110000 10100010 11110 101000

Color Harmonies of #478572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478572

Black with #478572

Text Example


Text Example

White with #478572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478572; }

 p { color: rgb(71,133,114); }

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

background-color css

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

 a { background-color: rgb(71,133,114); }

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

border-color css

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

 span { border-color: rgb(71,133,114); }

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