#838C1E

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

Shades of Trendy Green #838C1E

Tints of Trendy Green #838C1E

Color information

#838C1E (or 0x838C1E) is unknown color: approx Trendy Green. HEX triplet: 83, 8C and 1E. RGB value is (131,140,30). Sum of RGB (Red+Green+Blue) = 131+140+30=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #838C1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838C1E is #7C73E1. Grayscale: #7D7D7D. Windows color (decimal): -8156130 or 2002051. OLE color: 2002051.

HSL color Cylindrical-coordinate representation of color #838C1E: hue angle of 64.91º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #838C1E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB13114030-
CMYK0.0600.790.45
HSL64.91º64.71%33.33%-
HSV(B)64.91º78.57%54.9%-
XYZ18.9723.684.8-
YUV124.7774.52132.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 140 (55.08% from 255) = 46.51%
BLUE value IS 30 (12.11% from 255) = 9.97%
R=43.52%
G=46.51%
B=9.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131140300.0600.790.4564.9164.7133.33
Hex838C1E604F2D414121
Octal20321436601175510110141
Binary1000001110001100111101100100111110110110000011000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838C1E; }

 p { color: rgb(131,140,30); }

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

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

 a { background-color: rgb(131,140,30); }

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

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

 span { border-color: rgb(131,140,30); }

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