#818B25

Color #818B25 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #818B25

Tints of Trendy Green #818B25

Color information

#818B25 (or 0x818B25) is unknown color: approx Trendy Green. HEX triplet: 81, 8B and 25. RGB value is (129,139,37). Sum of RGB (Red+Green+Blue) = 129+139+37=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #818B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818B25 is #7E74DA. Grayscale: #7C7C7C. Windows color (decimal): -8287451 or 2460545. OLE color: 2460545.

HSL color Cylindrical-coordinate representation of color #818B25: hue angle of 65.88º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #818B25 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB12913937-
CMYK0.0700.730.45
HSL65.88º57.95%34.51%-
HSV(B)65.88º73.38%54.51%-
XYZ18.6223.275.26-
YUV124.3878.69131.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 139 (54.69% from 255) = 45.57%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=42.30%
G=45.57%
B=12.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal129139370.0700.730.4565.8857.9534.51
Hex818B2570492D423a23
Octal2012134570111551027243
Binary1000000110001011100101111010010011011011000010111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818B25; }

 p { color: rgb(129,139,37); }

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

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

 a { background-color: rgb(129,139,37); }

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

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

 span { border-color: rgb(129,139,37); }

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