#838630

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

Shades of Trendy Green #838630

Tints of Trendy Green #838630

Color information

#838630 (or 0x838630) is unknown color: approx Trendy Green. HEX triplet: 83, 86 and 30. RGB value is (131,134,48). Sum of RGB (Red+Green+Blue) = 131+134+48=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #838630 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #838630 is #7C79CF. Grayscale: #7B7B7B. Windows color (decimal): -8157648 or 3180163. OLE color: 3180163.

HSL color Cylindrical-coordinate representation of color #838630: hue angle of 62.09º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #838630 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB13113448-
CMYK0.0200.640.47
HSL62.09º47.25%35.69%-
HSV(B)62.09º64.18%52.55%-
XYZ18.4222.096.09-
YUV123.385.51133.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 41.85%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 48 (19.14% from 255) = 15.34%
R=41.85%
G=42.81%
B=15.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131134480.0200.640.4762.0947.2535.69
Hex83863020402F3e2f24
Octal203206602010057765744
Binary10000011100001101100001001000000101111111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838630; }

 p { color: rgb(131,134,48); }

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

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

 a { background-color: rgb(131,134,48); }

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

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

 span { border-color: rgb(131,134,48); }

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