#47836A

Color #47836A Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #47836A

Tints of Viridian #47836A

Color information

#47836A (or 0x47836A) is unknown color: approx Viridian. HEX triplet: 47, 83 and 6A. RGB value is (71,131,106). Sum of RGB (Red+Green+Blue) = 71+131+106=308 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.05% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #47836A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47836A is #B87C95. Grayscale: #6E6E6E. Windows color (decimal): -12090518 or 6980423. OLE color: 6980423.

HSL color Cylindrical-coordinate representation of color #47836A: hue angle of 155º 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 #47836A is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB71131106-
CMYK0.4600.190.49
HSL155º29.7%39.61%-
HSV(B)155º45.8%51.37%-
XYZ13.3218.6116.53-
YUV110.21125.62100.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.05%
GREEN value IS 131 (51.56% from 255) = 42.53%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=23.05%
G=42.53%
B=34.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711311060.4600.190.4915529.739.61
Hex47836A2E013319b1e28
Octal10720315256023612333650
Binary10001111000001111010101011100100111100011001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47836A; }

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

 H1.HeaderClassName
 {
   color: #47836A;
 }
 .AnyTagClassName
 {
   color: #47836A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #47836A;
 }
 .BgClassName
 {
   background-color: #47836A;
 }
</style>
border-color css

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

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

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