#41876F

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

Shades of Viridian #41876F

Tints of Viridian #41876F

Color information

#41876F (or 0x41876F) is unknown color: approx Viridian. HEX triplet: 41, 87 and 6F. RGB value is (65,135,111). Sum of RGB (Red+Green+Blue) = 65+135+111=311 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.90% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #41876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41876F is #BE7890. Grayscale: #6F6F6F. Windows color (decimal): -12482705 or 7309121. OLE color: 7309121.

HSL color Cylindrical-coordinate representation of color #41876F: hue angle of 159.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41876F is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB65135111-
CMYK0.5200.180.47
HSL159.43º35%39.22%-
HSV(B)159.43º51.85%52.94%-
XYZ13.7119.618.1-
YUV111.33127.8194.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 20.90%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=20.90%
G=43.41%
B=35.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal651351110.5200.180.47159.433539.22
Hex41876F340122F9f2327
Octal10120715764022572374347
Binary100000110000111110111111010001001010111110011111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41876F; }

 p { color: rgb(65,135,111); }

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

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

 a { background-color: rgb(65,135,111); }

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

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

 span { border-color: rgb(65,135,111); }

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