Html Css Color HEX #478368 Viridian

📋 copy color: '#478368'

red 71 ◦ green 131 ◦ blue 104

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

Shades of Viridian #478368

Tints of Viridian #478368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.81%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 23.2%
G = 42.81%
B = 33.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#478368 (or 0x478368) is known color: Viridian. HEX triplet: 47, 83 and 68. RGB value is (71,131,104). Sum of RGB (Red+Green+Blue) = 71+131+104=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 131 (51.56% from 255 or 42.81% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 131 - color contains mainly: green. Hex color #478368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478368 is #B87C97. Grayscale: #6E6E6E. Windows color (decimal): -12090520 or 6849351. OLE color: 6849351.

HSL color Cylindrical-coordinate representation of color #478368: hue angle of 153º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #478368 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 71 131 104 -
CMYK 0.46 0 0.21 0.49
HSL 153º 0.3% 0.4% -
HSV(B) 153º 0.46% 0.51% -
XYZ 13.21 18.57 15.98 -
YUV 109.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 71 131 104 0.46 0 0.21 0.49 153 0.3 0.4
Hex 47 83 68 2E 0 15 31 99 1E 28
Octal 107 203 150 56 0 25 61 231 36 50
Binary 1000111 10000011 1101000 101110 0 10101 110001 10011001 11110 101000

Color Harmonies of #478368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478368

Black with #478368

Text Example


Text Example

White with #478368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478368; }

 p { color: rgb(71,131,104); }

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

background-color css

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

 a { background-color: rgb(71,131,104); }

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

border-color css

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

 span { border-color: rgb(71,131,104); }

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